okta-oidc-android icon indicating copy to clipboard operation
okta-oidc-android copied to clipboard

OIDC SDK for Android

Results 9 okta-oidc-android issues
Sort by recently updated
recently updated
newest added

### Describe the bug? Here is the stack trace from the crash: ``` java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at androidx.fragment.app.FragmentManager.checkStateLoss(FragmentManager.java:1610) at androidx.fragment.app.FragmentManager.enqueueAction(FragmentManager.java:1650) at androidx.fragment.app.BackStackRecord.commitInternal(BackStackRecord.java:341) at androidx.fragment.app.BackStackRecord.commit(BackStackRecord.java:306) at...

bug

### Describe the bug? When Microsoft Edge is set as default and other browsers are present, Mobile app will attempt to load the login page using non-default browsers. In my...

bug

### Describe the feature request? how we can use okta with jetpack compose? ### New or Affected Resource(s) https://stackoverflow.com/questions/72563612/how-to-handle-onactivityresult-by-third-party-sdk-in-jetpack-compose ### Provide a documentation link _No response_ ### Additional Information? _No...

enhancement

### Describe the feature request. I have implemented this demo and it's working fine with enabling the biometric. I want the user to disable biometrics once it's enabled by the...

enhancement

I am working with Google Integration using Identity Provider. Okta SDK is taking the default user that is available & linked in the browser. It is not asking to Sign...

**Describe the bug** During implementation new feature, we've faced few issues, that seems related: 1. `getUserProfile`, `refreshToken` requests return error "Unable to decrypt ProviderConfiguration the key used may be invalidated....

### Describe the bug? we get this error: AuthorizationException: {"type":0,"code":0,"errorDescription":"Handshake failed"} ### What is expected to happen? AuthorizationException: {"type":0,"code":0,"errorDescription":"Handshake failed"} successfully login and redirect to native android app our PWA...

bug

### Describe the bug? The login functionality works correctly, but I encounter issues with logout. Here is the code I am using: ```kotlin implementation 'com.okta.android:okta-oidc-android:1.3.4' ``` ```kotlin private fun loginOkta(email:...

bug

### Describe the bug? As of Android Gradle Plugin (AGP) 8.0 and later, R8 full mode is enabled by default. After enabling code obfuscation with R8 full mode fetching user...

bug