Skip to content

Commit

Permalink
#48: attempt to use cognito for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Aug 2, 2024
1 parent 945e538 commit 111f5c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/common/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,15 @@ security:
jwt:
enabled: true
discoveryUri: ${common.protocol}://auth.${common.domain}/cas/oidc/.well-known
fallbackToLegacyBehaviour: true
fallbackToLegacyBehaviour: false
oidc:
enabled: true
discoveryUri: ${common.protocol}://auth.${common.domain}/cas/oidc/.well-known

core:
roleAttribute: ala:role
affiliation-survey:
enabled: true
authCookieName: "VBP-AUTH"
webservice:
jwt: true
jwt-scopes: openid users/read

0 comments on commit 111f5c6

Please sign in to comment.