You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the format of your endSessionRedirectUri? It should be similar to a format like this: "com.mynative.app:/". It should be the same value as "Sign-out redirect URIs" under the configured application in Okta dashboard.
Describe the bug?
When signing out of the android application using Okta, the application crashes and this error appears:
java.lang.UnsupportedOperationException: This isn't a hierarchical URI.
I check to ensure the signout redirect URI is correct but the application keeps crashing on signout.
I can sign in just fine as well.
What is expected to happen?
Successful signout with no crash
What is the actual behavior?
Crash on signout.
Error: java.lang.UnsupportedOperationException: This isn't a hierarchical URI.
Reproduction Steps?
Additional Information?
No response
SDK Version
2.7.0
Build Information
No response
The text was updated successfully, but these errors were encountered: