|
| 1 | +{ |
| 2 | + "token_endpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/token", |
| 3 | + "token_endpoint_auth_methods_supported": [ |
| 4 | + "client_secret_post", |
| 5 | + "private_key_jwt", |
| 6 | + "client_secret_basic" |
| 7 | + ], |
| 8 | + "jwks_uri": "https://login.microsoftonline.com/common/discovery/v2.0/keys", |
| 9 | + "response_modes_supported": ["query", "fragment", "form_post"], |
| 10 | + "subject_types_supported": ["pairwise"], |
| 11 | + "id_token_signing_alg_values_supported": ["RS256"], |
| 12 | + "response_types_supported": [ |
| 13 | + "code", |
| 14 | + "id_token", |
| 15 | + "code id_token", |
| 16 | + "id_token token" |
| 17 | + ], |
| 18 | + "scopes_supported": ["openid", "profile", "email", "offline_access"], |
| 19 | + "issuer": "https://login.microsoftonline.com/common/v2.0", |
| 20 | + "request_uri_parameter_supported": false, |
| 21 | + "userinfo_endpoint": "https://graph.microsoft.com/oidc/userinfo", |
| 22 | + "authorization_endpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", |
| 23 | + "device_authorization_endpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/devicecode", |
| 24 | + "http_logout_supported": true, |
| 25 | + "frontchannel_logout_supported": true, |
| 26 | + "end_session_endpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/logout", |
| 27 | + "claims_supported": [ |
| 28 | + "sub", |
| 29 | + "iss", |
| 30 | + "cloud_instance_name", |
| 31 | + "cloud_instance_host_name", |
| 32 | + "cloud_graph_host_name", |
| 33 | + "msgraph_host", |
| 34 | + "aud", |
| 35 | + "exp", |
| 36 | + "iat", |
| 37 | + "auth_time", |
| 38 | + "acr", |
| 39 | + "nonce", |
| 40 | + "preferred_username", |
| 41 | + "name", |
| 42 | + "tid", |
| 43 | + "ver", |
| 44 | + "at_hash", |
| 45 | + "c_hash", |
| 46 | + "email" |
| 47 | + ], |
| 48 | + "kerberos_endpoint": "https://login.microsoftonline.com/common/kerberos", |
| 49 | + "tenant_region_scope": null, |
| 50 | + "cloud_instance_name": "microsoftonline.com", |
| 51 | + "cloud_graph_host_name": "graph.windows.net", |
| 52 | + "msgraph_host": "graph.microsoft.com", |
| 53 | + "rbac_url": "https://pas.windows.net" |
| 54 | +} |
0 commit comments