Created
April 23, 2019 17:30
-
-
Save cameronmoreau/d411b49aaa8a6a9b5fe32a341c8d50f3 to your computer and use it in GitHub Desktop.
well-knowns
This file contains 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
{ | |
"issuer": "https://uaa.run.pivotal.io/oauth/token", | |
"authorization_endpoint": "https://login.run.pivotal.io/oauth/authorize", | |
"token_endpoint": "https://login.run.pivotal.io/oauth/token", | |
"token_endpoint_auth_methods_supported": [ | |
"client_secret_basic", | |
"client_secret_post" | |
], | |
"token_endpoint_auth_signing_alg_values_supported": [ | |
"RS256", | |
"HS256" | |
], | |
"userinfo_endpoint": "https://login.run.pivotal.io/userinfo", | |
"jwks_uri": "https://login.run.pivotal.io/token_keys", | |
"scopes_supported": [ | |
"openid", | |
"profile", | |
"email", | |
"phone", | |
"roles", | |
"user_attributes" | |
], | |
"response_types_supported": [ | |
"code", | |
"code id_token", | |
"id_token", | |
"token id_token" | |
], | |
"subject_types_supported": [ | |
"public" | |
], | |
"id_token_signing_alg_values_supported": [ | |
"RS256", | |
"HS256" | |
], | |
"id_token_encryption_alg_values_supported": [ | |
"none" | |
], | |
"claim_types_supported": [ | |
"normal" | |
], | |
"claims_supported": [ | |
"sub", | |
"user_name", | |
"origin", | |
"iss", | |
"auth_time", | |
"amr", | |
"acr", | |
"client_id", | |
"aud", | |
"zid", | |
"grant_type", | |
"user_id", | |
"azp", | |
"scope", | |
"exp", | |
"iat", | |
"jti", | |
"rev_sig", | |
"cid", | |
"given_name", | |
"family_name", | |
"phone_number", | |
"email" | |
], | |
"claims_parameter_supported": false, | |
"service_documentation": "http://docs.cloudfoundry.org/api/uaa/", | |
"ui_locales_supported": [ | |
"en-US" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment