-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support OAuth2 Authentication on client side #452
Comments
@githengi , I have two notes:
|
@craigappl does the above address the 2 concerns |
Fixes related to/Fixed Issue 283 - Switch to Account Manager for client authentication |
@ndegwamartin added the below for Keycloak changes
|
Support OAuth2 Authentication on client side.
This should be be able to client side to authenticate against OpenSRP Oauth Authorization server and get a refresh and access token
The client side should be able to use the access token to authenticate subsequent requests.
The client side should use the refresh token to get a new access token if the the current access token expires.
Use the account manager to store both the refresh and access tokens
Encrypt with a salt the password : Fixes Issue Encrypt with a salt the password stored on the settings table #354
Reference https://developer.android.com/training/id-auth/authenticate
The text was updated successfully, but these errors were encountered: