Skip to content

Commit

Permalink
#48: Try using cookie to allow apikey admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Aug 5, 2024
1 parent 8001474 commit d93b0ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/common/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,18 @@ security:
enabled: false
jwt:
enabled: true
discoveryUri: ${common.protocol}://auth.${common.domain}/cas/oidc/.well-known
discoveryUri: http://mock-oauth2-server:9999/default/.well-known/openid-configuration
fallbackToLegacyBehaviour: false
oidc:
enabled: true
discoveryUri: ${common.protocol}://auth.${common.domain}/cas/oidc/.well-known
discoveryUri: http://mock-oauth2-server:9999/default/.well-known/openid-configuration
core:
affiliation-survey:
enabled: false
authCookieName: VBP-AUTH
cookie:
enabled: true
domain: .${common.domain}
webservice:
jwt: true
jwt-scopes: openid users/read

0 comments on commit d93b0ff

Please sign in to comment.