mohsinaliopt
mohsinaliopt
> Since you've tested this using the sample please provide your `auth_config.json` to better understand your configuration. auth_config.json: ``` { "client_id": "AndroidIdpClient", "client_secret":"123456", "redirect_uri": "packagename.test://callback", "end_session_redirect_uri": "net.openid.appauthdemo:/oauth2redirect", "authorization_scope": "openid email...
Yes. I was able to resolve this issue. I hardcoded the string values everywhere they were used. Rather than using R.string or a final interface member string. Just hardcode the...