2022-12-09 17:31:07 +01:00
|
|
|
{
|
|
|
|
"client_id": "oidc-test",
|
|
|
|
"client_name": "OIDC Test",
|
|
|
|
"client_secret": "oidc-test-123456",
|
|
|
|
"grant_types": [
|
|
|
|
"authorization_code",
|
|
|
|
"refresh_token"
|
|
|
|
],
|
|
|
|
"jwks": {},
|
|
|
|
"metadata": {},
|
|
|
|
"token_endpoint_auth_method": "client_secret_basic",
|
2025-09-11 17:49:56 +02:00
|
|
|
"post_logout_redirect_uris": ["http://localhost:10502"],
|
|
|
|
"redirect_uris": ["http://localhost:10502/oauth2/callback"],
|
2022-12-09 17:31:07 +01:00
|
|
|
"response_types": [
|
|
|
|
"code"
|
|
|
|
],
|
|
|
|
"scope": "openid email"
|
|
|
|
}
|