mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-14 10:30:27 +01:00
32 lines
882 B
YAML
32 lines
882 B
YAML
{
|
|
"issuer":"http://localhost:8090/default",
|
|
"authorization_endpoint":"http://localhost:8090/default/authorize",
|
|
"end_session_endpoint" : "http://localhost:8090/default/endsession",
|
|
"revocation_endpoint" : "http://localhost:8090/default/revoke",
|
|
"token_endpoint":"http://localhost:8090/default/token",
|
|
"userinfo_endpoint":"http://localhost:8090/default/userinfo",
|
|
"jwks_uri":"http://localhost:8090/default/jwks",
|
|
"introspection_endpoint":"http://localhost:8090/default/introspect",
|
|
"response_types_supported":[
|
|
"query",
|
|
"fragment",
|
|
"form_post"
|
|
],
|
|
"subject_types_supported":[
|
|
"public"
|
|
],
|
|
"id_token_signing_alg_values_supported":[
|
|
"ES256",
|
|
"ES384",
|
|
"RS256",
|
|
"RS384",
|
|
"RS512",
|
|
"PS256",
|
|
"PS384",
|
|
"PS512"
|
|
],
|
|
"code_challenge_methods_supported":[
|
|
"plain",
|
|
"S256"
|
|
]
|
|
} |