EvalueTonSavoir/server/auth_config.json.example

26 lines
788 B
Text
Raw Normal View History

2024-09-28 17:08:11 -04:00
{
"auth": {
"passportjs":
[
{
2025-01-16 18:14:16 -05:00
"oidc_local": {
2024-09-30 20:40:33 -04:00
"type": "oidc",
2025-01-16 18:14:16 -05:00
"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"
2024-09-28 17:08:11 -04:00
}
}
],
2024-09-30 20:40:33 -04:00
"simple-login": {
"enabled": true,
"name": "provider3",
"SESSION_SECRET": "your_session_secret"
},
2024-09-28 17:08:11 -04:00
"Module X":{
}
}
}