Created
October 28, 2021 03:06
-
-
Save hisashiyamaguchi/fdbfab7fa8ba791aa951ddaee5520c0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"device_posture_signals": "https://signal.dps.akamai-access.com/", | |
"token_endpoint_auth_methods_supported": [ | |
"client_secret_post", | |
"client_secret_basic", | |
"client_secret_jwt" | |
], | |
"code_challenge_methods_supported": [ | |
"plain", | |
"S256" | |
], | |
"scopes_supported": [ | |
"openid", | |
"profile", | |
"email", | |
"phone", | |
"address", | |
"groups" | |
], | |
"grant_types_supported": [ | |
"authorization_code", | |
"implicit" | |
], | |
"check_session_iframe": "https://hisashiyamaguchi.login.go.sohacloud.net/oidc/checksession", | |
"device_posture_signals_t": "https://signal-t.dps.akamai-access.com/", | |
"authorization_endpoint": "https://hisashiyamaguchi.login.go.sohacloud.net/oidc/oauth", | |
"response_types_supported": [ | |
"code", | |
"id_token token" | |
], | |
"claim_types_supported": [ | |
"normal" | |
], | |
"certs_uri": "https://hisashiyamaguchi.login.go.sohacloud.net/oidc/certs", | |
"issuer": "https://hisashiyamaguchi.login.go.sohacloud.net", | |
"token_endpoint": "https://hisashiyamaguchi.login.go.sohacloud.net/oidc/token", | |
"subject_types_supported": [ | |
"public" | |
], | |
"display_values_supported": [ | |
"page" | |
], | |
"userinfo_endpoint": "https://hisashiyamaguchi.login.go.sohacloud.net/oidc/userinfo", | |
"agent_smith_url": "", | |
"ui_locales_supported": [ | |
"en" | |
], | |
"claims_supported": [ | |
"iss", | |
"iat", | |
"exp", | |
"sid", | |
"auth_time", | |
"aud", | |
"acr", | |
"nonce", | |
"sub", | |
"email", | |
"email_verified", | |
"phone_number", | |
"phone_number_verified", | |
"name", | |
"nickname", | |
"family_name", | |
"given_name", | |
"middle_name", | |
"preferred_username", | |
"profile", | |
"picture", | |
"website", | |
"gender", | |
"birthdate", | |
"zoneinfo", | |
"locale", | |
"formatted", | |
"street_address", | |
"locality", | |
"region", | |
"postal_code", | |
"country", | |
"groups" | |
], | |
"request_parameter_supported": true, | |
"request_uri_parameter_supported": true, | |
"id_token_signing_alg_values_supported": [ | |
"RS256", | |
"RS384", | |
"RS512" | |
], | |
"claims_parameter_supported": true, | |
"end_session_endpoint": "https://hisashiyamaguchi.login.go.sohacloud.net/oidc/endsession", | |
"jwks_uri": "https://hisashiyamaguchi.login.go.sohacloud.net/oidc/jwks", | |
"token_endpoint_auth_signing_alg_values_supported": [ | |
"HS256", | |
"HS384", | |
"HS512" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment