-
-
Notifications
You must be signed in to change notification settings - Fork 206
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 Keycloak authentication #265
Merged
Merged
Conversation
This file contains 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
vincentchalamon
force-pushed
the
test/keycloak
branch
from
April 13, 2022 14:10
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
vincentchalamon
force-pushed
the
test/keycloak
branch
from
April 22, 2022 13:55
7cc38b3
to
2b7b770
Compare
GregoireHebert
approved these changes
Apr 22, 2022
vincentchalamon
force-pushed
the
test/keycloak
branch
5 times, most recently
from
April 29, 2022 13:35
f69629c
to
690e5ca
Compare
vincentchalamon
force-pushed
the
test/keycloak
branch
5 times, most recently
from
May 6, 2022 15:09
a1a8ed7
to
13b30ec
Compare
vincentchalamon
force-pushed
the
test/keycloak
branch
from
June 16, 2022 11:38
13b30ec
to
3aa738f
Compare
vincentchalamon
force-pushed
the
test/keycloak
branch
from
July 20, 2022 18:59
3aa738f
to
3af1d8b
Compare
vincentchalamon
force-pushed
the
test/keycloak
branch
from
July 20, 2022 19:08
3af1d8b
to
b457cc1
Compare
vincentchalamon
force-pushed
the
test/keycloak
branch
from
July 20, 2022 19:19
b457cc1
to
e1db172
Compare
vincentchalamon
force-pushed
the
test/keycloak
branch
from
July 27, 2022 08:15
e36e360
to
db90c21
Compare
vincentchalamon
force-pushed
the
test/keycloak
branch
from
June 1, 2023 12:09
b770b5f
to
9c7b576
Compare
vincentchalamon
force-pushed
the
test/keycloak
branch
from
June 20, 2023 11:48
9c7b576
to
d4935a7
Compare
vincentchalamon
force-pushed
the
test/keycloak
branch
8 times, most recently
from
June 20, 2023 13:02
2ffcfb6
to
7fd8339
Compare
vincentchalamon
force-pushed
the
test/keycloak
branch
2 times, most recently
from
June 27, 2023 15:01
f854a94
to
fb075ca
Compare
vincentchalamon
force-pushed
the
test/keycloak
branch
from
June 29, 2023 07:14
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): admin@example.com:Pa55w0rd
Notes
(not usingnext-auth/middleware
incompatible withnext@13.4.4
, neednext@13.4.3
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