feat: initial commit
This commit is contained in:
35
misc/compose/hydra/client.json
Normal file
35
misc/compose/hydra/client.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"client_id": "oidc-test",
|
||||
"client_name": "OIDC Test",
|
||||
"client_secret": "oidc-test-123456",
|
||||
"client_uri": "http://localhost:8080",
|
||||
"grant_types": [
|
||||
"authorization_code",
|
||||
"refresh_token",
|
||||
"client_credentials",
|
||||
"implicit"
|
||||
],
|
||||
"jwks": {},
|
||||
"logo_uri": "",
|
||||
"metadata": {},
|
||||
"owner": "",
|
||||
"policy_uri": "",
|
||||
"post_logout_redirect_uris": [
|
||||
"http://localhost:8080"
|
||||
],
|
||||
"redirect_uris": [
|
||||
"http://localhost:8080/oauth2/callback"
|
||||
],
|
||||
"request_object_signing_alg": "RS256",
|
||||
"response_types": [
|
||||
"token",
|
||||
"code",
|
||||
"id_token"
|
||||
],
|
||||
"scope": "openid profile email",
|
||||
"skip_consent": false,
|
||||
"subject_type": "public",
|
||||
"token_endpoint_auth_method": "client_secret_basic",
|
||||
"tos_uri": "",
|
||||
"userinfo_signed_response_alg": "none"
|
||||
}
|
Reference in New Issue
Block a user