From 111f5c652965f48862d9c722fcbc6a6f7a3ec409 Mon Sep 17 00:00:00 2001 From: Stefan Van Dyck Date: Fri, 2 Aug 2024 19:40:42 +0200 Subject: [PATCH] #48: attempt to use cognito for auth --- config/common/common.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/common/common.yml b/config/common/common.yml index 6bac7b7e..b7a4a094 100644 --- a/config/common/common.yml +++ b/config/common/common.yml @@ -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