Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rejected logins via external scope validations do not redirect back to client #197

Closed
DonMartin76 opened this issue May 29, 2019 · 1 comment
Labels
Milestone

Comments

@DonMartin76
Copy link
Member

In the following situation, the authorization server does not redirect back to the original client with a ?error=...&error_description=... type of callback, but rather displays its own error message screen:

  • The login with an external IdP (such as SAML2 or OAuth2) succeeds
  • The scope call to an external service returns allow_login: false

This should lead to a redirect with ?error=access_denied&error_description=..., but instead an error screen is displayed directly in the Authorization Server.

@DonMartin76
Copy link
Member Author

Fixed in wicked 1.0.0-rc.6.

@DonMartin76 DonMartin76 added this to the 1.0.0-rc.6 milestone May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant