Skip to content

Commit

Permalink
fix: improve deploy project
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Jun 25, 2024
1 parent a6f287c commit 6342789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/keycloak/config/keycloak_import.json
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@
"clientId": "keycloak",
"forwardParameters": "pres_req_conf_id",
"tokenUrl": "http://controller:5000/token",
"authorizationUrl": "http://localhost:5000/authorize",
"authorizationUrl": "http://localhost:5000/qr",
"clientAuthMethod": "client_secret_basic",
"jwksUrl": "http://controller:5000/.well-known/openid-configuration/jwks",
"syncMode": "LEGACY",
Expand Down

0 comments on commit 6342789

Please sign in to comment.