-
-
Notifications
You must be signed in to change notification settings - Fork 222
Add Keycloak authentication #265
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84b2dc0
to
b443f3d
Compare
dunglas
reviewed
Apr 13, 2022
api/src/Security/Authenticator/EventListener/UserLoaderListener.php
Outdated
Show resolved
Hide resolved
chalasr
reviewed
Apr 22, 2022
GregoireHebert
suggested changes
Apr 22, 2022
7cc38b3
to
2b7b770
Compare
GregoireHebert
approved these changes
Apr 22, 2022
f69629c
to
690e5ca
Compare
a1a8ed7
to
13b30ec
Compare
13b30ec
to
3aa738f
Compare
3aa738f
to
3af1d8b
Compare
3af1d8b
to
b457cc1
Compare
b457cc1
to
e1db172
Compare
e36e360
to
db90c21
Compare
b770b5f
to
9c7b576
Compare
9c7b576
to
d4935a7
Compare
2ffcfb6
to
7fd8339
Compare
f854a94
to
fb075ca
Compare
fb075ca
to
d160496
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Roadmap
demo
realm (local + k8s usages)Test Environment
https://pr-265-demo.api-platform.com/
Credentials (admin): [email protected]:Pa55w0rd
Notes
(not usingnext-auth/middleware
incompatible with[email protected]
, need[email protected]
ornext@canary
('NextResponse' has already been declared in middleware. nextauthjs/next-auth#7650)next-auth/middleware
anymore because of the following point)next-auth/middleware
because it's not possible to set the provider on a path (Ability to choose a provider when using `middleware.js` nextauthjs/next-auth#7488)Improvements
oidc.signature.key
JWK from OIDC server symfony/symfony#50434