|
| 1 | +{ |
| 2 | + "authorization_endpoint": "http://hydra.localhost/oauth2/auth", |
| 3 | + "backchannel_logout_session_supported": true, |
| 4 | + "backchannel_logout_supported": true, |
| 5 | + "claims_parameter_supported": false, |
| 6 | + "claims_supported": [ |
| 7 | + "sub" |
| 8 | + ], |
| 9 | + "code_challenge_methods_supported": [ |
| 10 | + "plain", |
| 11 | + "S256" |
| 12 | + ], |
| 13 | + "credentials_endpoint_draft_00": "http://hydra.localhost/credentials", |
| 14 | + "credentials_supported_draft_00": [ |
| 15 | + { |
| 16 | + "cryptographic_binding_methods_supported": [ |
| 17 | + "jwk" |
| 18 | + ], |
| 19 | + "cryptographic_suites_supported": [ |
| 20 | + "PS256", |
| 21 | + "RS256", |
| 22 | + "ES256", |
| 23 | + "PS384", |
| 24 | + "RS384", |
| 25 | + "ES384", |
| 26 | + "PS512", |
| 27 | + "RS512", |
| 28 | + "ES512", |
| 29 | + "EdDSA" |
| 30 | + ], |
| 31 | + "format": "jwt_vc_json", |
| 32 | + "types": [ |
| 33 | + "VerifiableCredential", |
| 34 | + "UserInfoCredential" |
| 35 | + ] |
| 36 | + } |
| 37 | + ], |
| 38 | + "device_authorization_endpoint": "http://hydra.localhost/oauth2/device/auth", |
| 39 | + "end_session_endpoint": "http://hydra.localhost/oauth2/sessions/logout", |
| 40 | + "frontchannel_logout_session_supported": true, |
| 41 | + "frontchannel_logout_supported": true, |
| 42 | + "grant_types_supported": [ |
| 43 | + "authorization_code", |
| 44 | + "implicit", |
| 45 | + "client_credentials", |
| 46 | + "refresh_token", |
| 47 | + "urn:ietf:params:oauth:grant-type:device_code" |
| 48 | + ], |
| 49 | + "id_token_signed_response_alg": [ |
| 50 | + "RS256" |
| 51 | + ], |
| 52 | + "id_token_signing_alg_values_supported": [ |
| 53 | + "RS256" |
| 54 | + ], |
| 55 | + "issuer": "http://hydra.localhost", |
| 56 | + "jwks_uri": "http://hydra.localhost/.well-known/jwks.json", |
| 57 | + "registration_endpoint": "http://client-register/registration", |
| 58 | + "request_object_signing_alg_values_supported": [ |
| 59 | + "none", |
| 60 | + "RS256", |
| 61 | + "ES256" |
| 62 | + ], |
| 63 | + "request_parameter_supported": true, |
| 64 | + "request_uri_parameter_supported": true, |
| 65 | + "require_request_uri_registration": true, |
| 66 | + "response_modes_supported": [ |
| 67 | + "query", |
| 68 | + "fragment", |
| 69 | + "form_post" |
| 70 | + ], |
| 71 | + "response_types_supported": [ |
| 72 | + "code", |
| 73 | + "code id_token", |
| 74 | + "id_token", |
| 75 | + "token id_token", |
| 76 | + "token", |
| 77 | + "token id_token code" |
| 78 | + ], |
| 79 | + "revocation_endpoint": "http://hydra.localhost/oauth2/revoke", |
| 80 | + "scopes_supported": [ |
| 81 | + "offline_access", |
| 82 | + "offline", |
| 83 | + "openid" |
| 84 | + ], |
| 85 | + "subject_types_supported": [ |
| 86 | + "pairwise", |
| 87 | + "public" |
| 88 | + ], |
| 89 | + "token_endpoint": "http://hydra.localhost/oauth2/token", |
| 90 | + "token_endpoint_auth_methods_supported": [ |
| 91 | + "client_secret_post", |
| 92 | + "client_secret_basic", |
| 93 | + "private_key_jwt", |
| 94 | + "none" |
| 95 | + ], |
| 96 | + "userinfo_endpoint": "/userinfo", |
| 97 | + "userinfo_signed_response_alg": [ |
| 98 | + "RS256" |
| 99 | + ], |
| 100 | + "userinfo_signing_alg_values_supported": [ |
| 101 | + "none", |
| 102 | + "RS256" |
| 103 | + ] |
| 104 | +} |
0 commit comments