Open Karthik-hb opened 2 years ago
Hi @Karthik-hb it looks like you have both our legacy (com.okta.android:okta-oidc-android
) as well as our new (com.okta.kotlin
) SDKs. You should only need one (unless you're migrating from the old SDK).
You have 2 options to fix this:
com.okta.android:okta-oidc-android
appAuthRedirectScheme
, for instance to com.testingglobal.testingAPP.legacy
(it doesn't matter what you change it to, it just can't match webAuthenticationRedirectScheme
.Hi @JayNewstrom Thanks for your update. Now redirects back to the app after I changed the redirect URI with a specific format initially redirect format did not contain okta and org name.
Redirect URL format=com.okta.ORGNAME
But while Redirecting Back to Android APP from the browser it has showing the same App multiple times in App chooser to redirect back.
But while Redirecting Back to Android APP from the browser it has showing the same App multiple times in App chooser to redirect back.
Ensure you have a unique redirect scheme for each application you plan to install. This is expected Android behavior if you have multiple apps with the same redirect scheme.
I am getting below exception. com.okta.oauth2.AuthorizationCodeFlow$ResumeException: Policy evaluation failed for this request, please check the policy configurations.
Can you please help me to solve this issue?
Describe the bug?
We are trying to login using okta with MFA. and we are using push notification to verify user.
After sending a push notification and accepting (Yes, it's me) instead of redirecting back to APP it's going to okta dashboard. and sometimes after accepting the pushing notification also show an error message on the login page Haven't received push notificaton yet? Try opening the okta app...
What is expected to happen?
After accepting push notification it should go back to Android app.
What is the actual behavior?
Redirect is not happening.
Reproduction Steps?
Step 1- Login Step 2- Click Push sent Step 3 -After getting push notification click Yes, it's me
Note -it should go back to android screen
Additional Information?
No response
SDK Version and Artifact(s) used.
Build Information
No response