1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Merge branch 'feature-external-auth' of git.rwth-aachen.de:acs/public/villas/web into feature-external-auth

This commit is contained in:
irismarie 2021-02-05 11:36:39 +01:00
commit 48ea39426a

View file

@ -24,7 +24,7 @@ const config = {
mail: 'stvogel@eonerc.rwth-aachen.de'
},
externalAuth: true,
loginURL: 'villas.k8s/oauth2/start?rd=villas.k8s/login/complete',
loginURL: '/oauth2/start?rd=/login/complete',
provider: 'Jupyter',
disableVillasLogin: false,
};