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

Add AuthenticationRedirectException and AuthenticationCompletionException #10

Merged
merged 1 commit into from
Sep 16, 2020
Merged

Add AuthenticationRedirectException and AuthenticationCompletionException #10

merged 1 commit into from
Sep 16, 2020

Conversation

sberyozkin
Copy link
Member

This is needed to make the OIDC code flow to work with the proactive-auth disabled, but also it makes sense to keep all the security related exceptions in one place

*/
public class AuthenticationRedirectException extends RuntimeException {

int code;
Copy link
Member

Choose a reason for hiding this comment

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

These should be final

@sberyozkin
Copy link
Member Author

sberyozkin commented Sep 16, 2020

Need to remove a redundant constructor from AuthenticationRedirectException: done

@stuartwdouglas stuartwdouglas merged commit e860c78 into quarkusio:master Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants