feat(rauthy): auto-seed mv OIDC client via bootstrap dir
This commit is contained in:
parent
c6578662d8
commit
22955bdd9e
4 changed files with 28 additions and 16 deletions
20
rauthy-bootstrap/clients.json
Normal file
20
rauthy-bootstrap/clients.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"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"],
|
||||
"post_logout_redirect_uris": ["http://localhost:4000/"],
|
||||
"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
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue