samples-android
samples-android copied to clipboard
samples-android
### Describe the feature request? I've added a simple okta sign in flow in our app by following [This documentation](https://developer.okta.com/docs/guides/sign-into-mobile-app-redirect/android/main/) It seems that works fine but as soons as I...
Fixed some spellings
### Describe the feature request? Please suggest how to implement different flavors of the build flavorDimensions DIMEN_ENVIRONMENT productFlavors { dev { } qa{ } } ### New or Affected Resource(s)...
### Describe the feature request? -Enable the biometric for application -Logout the application -If the user has enabled the biometric in the last session then it should be login with...
### Describe the feature request? Hi, I have used [sample_android](https://github.com/okta/samples-android) SDK for OKTA SDK integration. Now I have added some users and assigned the application and they are able to...
### Describe the bug? Application crashed due to **java.security.KeyStoreException: the master key android-keystore exists but is unusable** ### What is expected to happen? It should be run as usual when...
On using the WebAuthClient when I get the successful auth from okta and goes to another activity, on backpress of the new activity the browser still open thought the activity...
Now that we're nearing 6 months since the stable release of Jetpack Compose, it would be great to see some examples of how to do an Compose app with Okta...
When we use the React Native Browser Sign-In sample and tell the application to log us out, it doesn't fully log us out of the system. We were told by...
Hi @FeiChen-okta , I am clearing session after receiving below error: AuthorizationException: {"type":1,"code":1002,"error":"access_denied","errorDescription":"User is not assigned to the client application."} When I am trying to open browser login same above...