mitgliederverwaltung/rauthy-bootstrap/clients.json

19 lines
650 B
JSON

[
{
"id": "mv",
"name": "Mila dev",
"secret": { "Plain": "mv-dev-shared-secret-not-for-production-do-not-use-anywhere-else" },
"redirect_uris": ["http://localhost:4000/auth/user/oidc/callback"],
"allowed_origins": ["http://localhost:4000"],
"enabled": true,
"flows_enabled": ["authorization_code", "refresh_token"],
"access_token_alg": "RS256",
"id_token_alg": "RS256",
"auth_code_lifetime": 60,
"access_token_lifetime": 1800,
"scopes": ["openid", "profile", "email", "groups"],
"default_scopes": ["openid", "profile", "email", "groups"],
"challenges": ["S256"],
"force_mfa": false
}
]