{
"issuer": "https://www.make.com",
"authorization_endpoint": "https://www.make.com/oauth/v2/authorize",
"revocation_endpoint": "https://www.make.com/oauth/v2/revoke",
"rename_connection_endpoint": "https://www.make.com/oauth/v2/rename",
"token_endpoint": "https://www.make.com/oauth/v2/token",
"jwks_uri": "https://www.make.com/oauth/v2/oidc/jwks",
"userinfo_endpoint": "https://www.make.com/oauth/v2/oidc/userinfo",
"request_uri_parameter_supported": true,
"response_types_supported": [
"code"
],
"subject_types_supported": [
"public"
],
"id_token_signing_alg_values_supported": [
"RS256"
],
"scopes_supported": [
"openid"
],
"claims_supported": [
"sub"
],
"grant_types_supported": [
"authorization_code"
],
"token_endpoint_auth_methods_supported": [
"client_secret_post"
],
"code_challenge_methods_supported": [
"S256"
]
}