hydra-webauthn/misc/compose/hydra/client.json

35 lines
867 B
JSON

{
"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"
}