Last active
March 8, 2021 07:53
-
-
Save Krizzzn/d72a55df6efd0b84353a94d2dae83f3d 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
{ | |
"token_endpoint": "https://login.microsoftonline.com/e904fb52-a46f-4d6b-ad97-6dc605bf3879/oauth2/v2.0/token", | |
"token_endpoint_auth_methods_supported": [ | |
"client_secret_post", | |
"private_key_jwt", | |
"client_secret_basic" | |
], | |
"jwks_uri": "https://login.microsoftonline.com/e904fb52-a46f-4d6b-ad97-6dc605bf3879/discovery/v2.0/keys", | |
"response_modes_supported": [ | |
"query", | |
"fragment", | |
"form_post" | |
], | |
"subject_types_supported": [ | |
"pairwise" | |
], | |
"id_token_signing_alg_values_supported": [ | |
"RS256" | |
], | |
"response_types_supported": [ | |
"code", | |
"id_token", | |
"code id_token", | |
"id_token token" | |
], | |
"scopes_supported": [ | |
"openid", | |
"profile", | |
"email", | |
"offline_access" | |
], | |
"issuer": "https://login.microsoftonline.com/e904fb52-a46f-4d6b-ad97-6dc605bf3879/v2.0", | |
"request_uri_parameter_supported": false, | |
"userinfo_endpoint": "https://graph.microsoft.com/oidc/userinfo", | |
"authorization_endpoint": "https://login.microsoftonline.com/e904fb52-a46f-4d6b-ad97-6dc605bf3879/oauth2/v2.0/authorize", | |
"device_authorization_endpoint": "https://login.microsoftonline.com/e904fb52-a46f-4d6b-ad97-6dc605bf3879/oauth2/v2.0/devicecode", | |
"http_logout_supported": true, | |
"frontchannel_logout_supported": true, | |
"end_session_endpoint": "https://login.microsoftonline.com/e904fb52-a46f-4d6b-ad97-6dc605bf3879/oauth2/v2.0/logout", | |
"claims_supported": [ | |
"sub", | |
"iss", | |
"cloud_instance_name", | |
"cloud_instance_host_name", | |
"cloud_graph_host_name", | |
"msgraph_host", | |
"aud", | |
"exp", | |
"iat", | |
"auth_time", | |
"acr", | |
"nonce", | |
"preferred_username", | |
"name", | |
"tid", | |
"ver", | |
"at_hash", | |
"c_hash", | |
"email", | |
"givenName", | |
"sn", | |
"sapCostCenter", | |
"Title", | |
"Company", | |
"employeeID", | |
"employeeStatus", | |
"position", | |
"costCenterName", | |
"blOrgName", | |
"blManager", | |
"c", | |
"startDateBL", | |
"extensionAttribute15", | |
"blpercentagePos", | |
"blstartDatePos" | |
], | |
"tenant_region_scope": "EU", | |
"cloud_instance_name": "microsoftonline.com", | |
"cloud_graph_host_name": "graph.windows.net", | |
"msgraph_host": "graph.microsoft.com", | |
"rbac_url": "https://pas.windows.net" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment