1
0
Files
cerca-rauthy-pmc-thunderdome/clients.json
2026-04-18 17:29:00 +02:00

20 lines
738 B
JSON

[
{
"id": "cerca-forward-auth",
"name": "cerca-forward-auth",
"redirect_uris": ["http://localhost:1312/oidc/rauthy/callback"],
"allowed_origins": ["http://localhost:1312"],
"enabled": true,
"secret": {"Plain": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"},
"flows_enabled": ["authorization_code"],
"access_token_alg": "RS256",
"id_token_alg": "RS256",
"auth_code_lifetime": 300,
"access_token_lifetime": 1800,
"scopes": ["openid", "profile", "groups"],
"default_scopes": ["openid", "profile"],
"force_mfa": false,
"backchannel_logout_uri": "https://localhost:1312/oidc/rauthy/logout"
}
]