Replies: 2 comments 2 replies
-
|
Environment:
server.port=8002 # modify by application startup command line
keycloak.auth-server-url=http://172.20.51.25:8080/auth
keycloak.realm=autocv
keycloak.public-client=true
keycloak.resource=oauthtest
keycloak.securityConstraints[0].authRoles[0]=aps
keycloak.securityConstraints[0].securityCollections[0].name= common
keycloak.securityConstraints[0].securityCollections[0].patterns[0]=/* |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The Keycloak Spring Boot adapter doesn't support Redis I believe, but I would recommend looking at Spring Security as it now has excellent OAuth support on its own without the need for a Keycloak adapter. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
I'm trying to use keycloak in my load balance service with Nginx.But when I check the office document, Unfortunately, I only found a config field named
token-storewith two optionssessionandcookiein chapter "Application Clustering".I want to store token in redis so that my application sevices can share it but I don't know how to complete it.Looking forward to your answer, thanks
Beta Was this translation helpful? Give feedback.
All reactions