Skip to content

Commit

Permalink
fix: readd promt=auto in auth (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Feb 17, 2024
1 parent 06fcb1d commit 75d0b1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions app-config.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ backend:
store: memory

auth:
# see https://backstage.io/docs/auth/ to learn about auth providers
environment: production
providers:
keycloak:
production:
metadataUrl: https://sso.rabe.ch/auth/realms/rabe/.well-known/openid-configuration

catalog:
# Overrides the default list locations from app-config.yaml as these contain example data.
Expand Down
1 change: 1 addition & 0 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ auth:
providers:
keycloak:
production:
prompt: auto
metadataUrl: ${AUTH_KEYCLOAK_METADATA_URL}
clientId: ${AUTH_KEYCLOAK_CLIENT_ID}
clientSecret: ${AUTH_KEYCLOAK_CLIENT_SECRET}
Expand Down

0 comments on commit 75d0b1b

Please sign in to comment.