IdentityServer / IdentityServer4

OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
https://identityserver.io
Apache License 2.0
9.21k stars 4k forks source link

Chrome tab not closing after Authorisation on Android app #5456

Closed calebmakore closed 2 years ago

calebmakore commented 2 years ago

I am using app auth to do authorization via Identiyserver4. I can sign in but the Chrome tab is not closing and redirecting back to the app.

{ "client_id": "my Client id", "redirect_uri": "net.openid.appauthdemo://oauth2redirect", "end_session_redirect_uri": "net.openid.appauthdemo://oauth2redirect", "authorization_scope": "openid profile", "discovery_uri": "https://Myidentitytest/.well-known/openid-configuration", "authorization_endpoint_uri": "", "token_endpoint_uri": "", "registration_endpoint_uri": "", "user_info_endpoint_uri": "", "https_required": true }

manifestPlaceholders = [ 'appAuthRedirectScheme': 'net.openid.appauthdemo' ]

I am following this example https://github.com/openid/AppAuth-Android.

Thanks for the help.

leastprivilege commented 2 years ago

Important update

This organization is not maintained anymore besides critical security bugfixes (if feasible). This organization will be archived when .NET Core 3.1 end of support is reached (3rd Dec 2022). All new development is happening in the new Duende Software organization.

The new Duende IdentityServer comes with a commercial license but is free for dev/testing/personal projects and companies or individuals making less than 1M USD gross annnual revenue. Please get in touch with us if you have any question.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.