Files
hydra-sql/misc/compose/hydra/clients.d/oidc-test.json
Valentin Carroy 4c3d84d355
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
wip
2025-09-11 17:49:56 +02:00

18 lines
424 B
JSON

{
"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",
"post_logout_redirect_uris": ["http://localhost:10502"],
"redirect_uris": ["http://localhost:10502/oauth2/callback"],
"response_types": [
"code"
],
"scope": "openid email"
}