mirror of https://github.com/samply/bridgehead.git
8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
|
OIDC_PRIVATE_CLIENT_ID=${SITE_ID}-private
|
||
|
OIDC_PUBLIC_CLIENT_ID=${SITE_ID}-public
|
||
|
# Use "test-realm-01" for testing
|
||
|
OIDC_REALM="${OIDC_REALM:-master}"
|
||
|
OIDC_URL="https://login.verbis.dkfz.de"
|
||
|
OIDC_ISSUER_URL="${OIDC_URL}/realms/${OIDC_REALM}"
|
||
|
OIDC_GROUP_CLAIM="groups"
|