Skip to content

Commit

Permalink
adjusted client secret configuration #46
Browse files Browse the repository at this point in the history
  • Loading branch information
jannik.lange committed Jul 30, 2024
1 parent 96d066b commit b72a119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apigateway/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spring:
allowedOrigins:
- "http://localhost:8081"
- "http://127.0.0.1:8081"
allowed-origin-patterns:
- "https://*.muenchen.de"
allowedMethods: "*"
allowedHeaders: "*"
allowCredentials: true
Expand Down
2 changes: 1 addition & 1 deletion apigateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spring:
issuer-uri: ${KEYCLOAK_URI}
registration:
keycloak:
client-id: kobit
client-id: ${client-id:ufo}
client-secret: ${client-secret}
scope:
- LHM
Expand Down

0 comments on commit b72a119

Please sign in to comment.