canaille-globuzma/oidc_ldap_bridge/conf/openid-configuration.sample.json
Éloi Rivard 2eba625c39 Packaging
2020-08-31 11:23:50 +02:00

64 lines
2.1 KiB
JSON

{
"issuer":
"https://mydomain.tld",
"authorization_endpoint":
"https://mydomain.tld/oauth/authorize",
"token_endpoint":
"https://mydomain.tld/oauth/token",
"token_endpoint_auth_methods_supported":
["client_secret_basic", "private_key_jwt",
"client_secret_post", "none"],
"token_endpoint_auth_signing_alg_values_supported":
["RS256"],
"userinfo_endpoint":
"https://mydomain.tld/oauth/userinfo",
"check_session_iframe":
"https://mydomain.tld/oauth/check_session",
"end_session_endpoint":
"https://mydomain.tld/oauth/end_session",
"jwks_uri":
"https://mydomain.tld/oauth/jwks.json",
"registration_endpoint":
"https://mydomain.tld/oauth/register",
"scopes_supported":
["openid", "profile", "email", "address",
"phone"],
"response_types_supported":
["code", "token", "id_token", "code token",
"code id_token", "token id_token"],
"acr_values_supported":
["urn:mace:incommon:iap:silver",
"urn:mace:incommon:iap:bronze"],
"subject_types_supported":
["public", "pairwise"],
"userinfo_signing_alg_values_supported":
["RS256", "ES256", "HS256"],
"userinfo_encryption_alg_values_supported":
["RSA1_5", "A128KW"],
"userinfo_encryption_enc_values_supported":
["A128CBC-HS256", "A128GCM"],
"id_token_signing_alg_values_supported":
["RS256", "ES256", "HS256"],
"id_token_encryption_alg_values_supported":
["RSA1_5", "A128KW"],
"id_token_encryption_enc_values_supported":
["A128CBC-HS256", "A128GCM"],
"request_object_signing_alg_values_supported":
["none", "RS256", "ES256"],
"display_values_supported":
["page", "popup"],
"claim_types_supported":
["normal", "distributed"],
"claims_supported":
["sub", "iss", "auth_time", "acr",
"name", "given_name", "family_name", "nickname",
"profile", "picture", "website",
"email", "email_verified", "locale", "zoneinfo",
"https://mydomain.tld/claims/groups"],
"claims_parameter_supported":
true,
"service_documentation":
"http://mydomain.tld/oauth/service_documentation.html",
"ui_locales_supported":
["en-US", "en-GB", "en-CA", "fr-FR", "fr-CA"]
}