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

[#1519] Implement auth UI behavior #1737

Merged
merged 3 commits into from
May 6, 2021
Merged

Conversation

chrismatix
Copy link
Contributor

resolves #1519

private async parseBody(response: Response): Promise<any> {
if (this.isAuthRedirect(response)) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not an optimal solution. I could not get Spring to return a 403 with the OAuth middleware. So instead we try and detect when we are being redirected and treat that as an authorization error.

@chrismatix chrismatix merged commit 87e5760 into develop May 6, 2021
@chrismatix chrismatix deleted the feat/1519-oidc-auth-ui branch May 6, 2021 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement OIDC authentication UI
2 participants