15 lines
550 B
JSON
15 lines
550 B
JSON
{
|
|
"keycloak_url": "https://sso.fb1.uni-bremen.de/sso",
|
|
"keycloak_login": "https://sso.fb1.uni-bremen.de/sso",
|
|
"issuer_url": "https://sso.fb1.uni-bremen.de/sso/realms/master",
|
|
"redirect_uri": "https://sso.fb1.uni-bremen.de/*",
|
|
"admin_username": "automation@non.no",
|
|
"admin_password": "REDACTED",
|
|
"client_id": "admin-cli",
|
|
"client_secret": "REDACTED",
|
|
"secret_key": "REDACTED",
|
|
"login_client_id": "sso_overleaf_ssh_keys",
|
|
"login_client_secret": "REDACTED",
|
|
"base_url": "https://sso.fb1.uni-bremen.de"
|
|
}
|
|
|