mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
26 lines
No EOL
786 B
Text
26 lines
No EOL
786 B
Text
{
|
|
"auth": {
|
|
"passportjs":
|
|
[
|
|
{
|
|
"oidc_local": {
|
|
"type": "oidc",
|
|
"OIDC_CONFIG_URL": "http://localhost:8080/realms/EvalueTonSavoir/.well-known/openid-configuration",
|
|
"OIDC_CLIENT_ID": "evaluetonsavoir-client",
|
|
"OIDC_CLIENT_SECRET": "your-secret-key-123",
|
|
"OIDC_ADD_SCOPE": "group",
|
|
"OIDC_ROLE_TEACHER_VALUE": "teachers",
|
|
"OIDC_ROLE_STUDENT_VALUE": "students"
|
|
}
|
|
}
|
|
],
|
|
"simpleauth": {
|
|
"enabled": true,
|
|
"name": "provider3",
|
|
"SESSION_SECRET": "your_session_secret"
|
|
},
|
|
"Module X":{
|
|
|
|
}
|
|
}
|
|
} |