Android : Conflict between 2 differents apps with OKTA PCKE authentification

Hello everybody,

I have created and installed 2 differents android app on my cellphone.

But when I want to anthenticated with one of them the app ask me to choose between the 2 apps installed.
The result is:
One the first app the authentification process is OK
One the second one the authentification process is KO

Could you please help me?

Thank you in advance.

The issue occurs because the “appAuthRedirectScheme” value present in /app/build.gradle in both applications is identical.

To resolve this, we need to modify the appAuthRedirectScheme value in one of the apps and also mirror the change in the OIDC application in Okta under Login Redirect URI.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.