Code Monkey home page Code Monkey logo

Comments (6)

samtstern avatar samtstern commented on August 24, 2024

@emezias sorry I don't completely understand your request. What do you mean by "alternatives to signInWithPassword(credential.getId(), credential.getPassword())"?

from android-credentials.

emezias avatar emezias commented on August 24, 2024

@samtstern The logic in my app is to save an authorization API call when returning to the app for future authentication. At no point in time is there any opportunity to access a native text field for the username and app. That is all done through a web form.

from android-credentials.

samtstern avatar samtstern commented on August 24, 2024

@emezias sorry there is no way to use the SmartLock Android API to populate a web form, and I don't think there will be support for that in the future. There are too many security concerns with crossing the barrier between Java code and WebView code.

You probably want to take a look at the credential management API for web: https://developers.google.com/web/updates/2016/04/credential-management-api

from android-credentials.

emezias avatar emezias commented on August 24, 2024

@samtstern - the server side is the part that I do not control and cannot change. I may or may not have an administrator with write permission. Is there a way to bypass the username/password and get a token instead from SmartLock?

from android-credentials.

samtstern avatar samtstern commented on August 24, 2024

@emezias there's nothing special about the password field in SmartLock. You could store a token in there if you wanted to and it will be passed back to your application in the same way.

from android-credentials.

emezias avatar emezias commented on August 24, 2024

@samtstern That will work. There's one more point to consider - protected access might be required. The overview page says:

Alternatively, the user may have to input some additional information (e.g. a pin-
code or password) to retrieve the password

Can you expand on that? Is the library able to use a locally configured pin or password for access to the credential?

from android-credentials.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.