-
Notifications
You must be signed in to change notification settings - Fork 17
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
Change login flow to use Ory #924
Conversation
src/main/java/org/radarbase/management/web/rest/LoginEndpoint.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this means we can delete KratosTokenVerifierLoader
Probably good to do asap, or at least put it on a tasklist somewhere.
Otherwise, LGTM :)
The output of |
- This disables the components, but these can be removed once tested.
…cked and security context is cleared after
I've updated this now 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
Hydra
oauth tokens by adding it as aJwksTokenVerifier
SecurityConfiguration
class and removeOAuth2ServerConfiguration
classFixes:
Checklist: