{
   "issuer":"http://localhost:8080/cas/oidc",
   "scopes_supported":[
      "openid",
      "profile",
      "email",
      "address",
      "phone",
      "offline_access"
   ],
   "response_types_supported":[
      "code",
      "token",
      "id_token token"
   ],
   "subject_types_supported":[
      "public",
      "pairwise"
   ],
   "claim_types_supported":[
      "normal"
   ],
   "claims_supported":[
      "sub",
      "name",
      "preferred_username",
      "family_name",
      "given_name",
      "middle_name",
      "given_name",
      "profile",
      "picture",
      "nickname",
      "website",
      "zoneinfo",
      "locale",
      "updated_at",
      "birthdate",
      "email",
      "email_verified",
      "phone_number",
      "phone_number_verified",
      "address",
      "gender"
   ],
   "grant_types_supported":[
      "authorization_code",
      "password",
      "client_credentials",
      "refresh_token"
   ],
   "id_token_signing_alg_values_supported":[
      "none",
      "RS256",
      "RS384",
      "RS512",
      "PS256",
      "PS384",
      "PS512",
      "ES256",
      "ES384",
      "ES512",
      "HS256",
      "HS384",
      "HS512"
   ],
   "id_token_encryption_alg_values_supported":[
      "RSA1_5",
      "RSA-OAEP",
      "RSA-OAEP-256",
      "A128KW",
      "A192KW",
      "A256KW",
      "A128GCMKW",
      "A192GCMKW",
      "A256GCMKW",
      "ECDH-ES",
      "ECDH-ES+A128KW",
      "ECDH-ES+A192KW",
      "ECDH-ES+A256KW"
   ],
   "id_token_encryption_enc_values_supported":[
      "A128CBC-HS256",
      "A192CBC-HS384",
      "A256CBC-HS512",
      "A128GCM",
      "A192GCM",
      "A256GCM"
   ],
   "userinfo_signing_alg_values_supported":[
      "none",
      "RS256",
      "RS384",
      "RS512",
      "PS256",
      "PS384",
      "PS512",
      "ES256",
      "ES384",
      "ES512",
      "HS256",
      "HS384",
      "HS512"
   ],
   "userinfo_encryption_alg_values_supported":[
      "RSA1_5",
      "RSA-OAEP",
      "RSA-OAEP-256",
      "A128KW",
      "A192KW",
      "A256KW",
      "A128GCMKW",
      "A192GCMKW",
      "A256GCMKW",
      "ECDH-ES",
      "ECDH-ES+A128KW",
      "ECDH-ES+A192KW",
      "ECDH-ES+A256KW"
   ],
   "userinfo_encryption_enc_values_supported":[
      "A128CBC-HS256",
      "A192CBC-HS384",
      "A256CBC-HS512",
      "A128GCM",
      "A192GCM",
      "A256GCM"
   ],
   "introspection_endpoint_auth_methods_supported":[
      "client_secret_basic"
   ],
   "token_endpoint_auth_methods_supported":[
      "client_secret_basic",
      "client_secret_post",
      "client_secret_jwt",
      "private_key_jwt"
   ],
   "code_challenge_methods_supported":[
      "plain",
      "S256"
   ],
   "claims_parameter_supported":true,
   "request_parameter_supported":false,
   "backchannel_logout_supported":true,
   "frontchannel_logout_supported":true,
   "authorization_endpoint":"https://auth.XXXXXX.cz/cas/oidc/authorize",
   "token_endpoint":"https://auth.XXXXXX.cz/cas/oidc/accessToken",
   "userinfo_endpoint":"https://auth.XXXXXX.cz/cas/oidc/profile",
   "registration_endpoint":"https://auth.XXXXXX.cz/cas/oidc/register",
   "end_session_endpoint":"https://auth.XXXXXX.cz/cas/oidc/logout",
   "introspection_endpoint":"https://auth.XXXXXX.cz/cas/oidc/introspect",
   "revocation_endpoint":"https://auth.XXXXXX.cz/cas/oidc/revoke",
   "backchannel_logout_session_supported":true,
   "frontchannel_logout_session_supported":true,
   "jwks_uri":"https://auth.XXXXXX.cz/cas/oidc/jwks"
}
