Update
This content may not be completely up to date. To see the latest version, please go to our Help Center.
The Teams activation requires a tenant ID
{
"token_endpoint": "https://login.microsoftonline.com/9de5a74e-8c8c-498d-94f1-d02ec043766e/oauth2/token",
"token_endpoint_auth_methods_supported": [
"client_secret_post",
"private_key_jwt",
"client_secret_basic"
],
"jwks_uri": "https://login.microsoftonline.com/common/discovery/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",
"token id_token",
"token"
],
"scopes_supported": [
"openid"
],
"issuer": "https://sts.windows.net/9de5a74e-8c8c-498d-94f1-d02ec043766e/",
"microsoft_multi_refresh_token": true,
"authorization_endpoint": "https://login.microsoftonline.com/9de5a74e-8c8c-498d-94f1-d02ec043766e/oauth2/authorize",
"device_authorization_endpoint": "https://login.microsoftonline.com/9de5a74e-8c8c-498d-94f1-d02ec043766e/oauth2/devicecode",
"http_logout_supported": true,
"frontchannel_logout_supported": true,
"end_session_endpoint": "https://login.microsoftonline.com/9de5a74e-8c8c-498d-94f1-d02ec043766e/oauth2/logout",
"claims_supported": [
"sub",
"iss",
"cloud_instance_name",
"cloud_instance_host_name",
"cloud_graph_host_name",
"msgraph_host",
"aud",
"exp",
"iat",
"auth_time",
"acr",
"amr",
"nonce",
"email",
"given_name",
"family_name",
"nickname"
],
"check_session_iframe": "https://login.microsoftonline.com/9de5a74e-8c8c-498d-94f1-d02ec043766e/oauth2/checksession",
"userinfo_endpoint": "https://login.microsoftonline.com/9de5a74e-8c8c-498d-94f1-d02ec043766e/openid/userinfo",
"kerberos_endpoint": "https://login.microsoftonline.com/9de5a74e-8c8c-498d-94f1-d02ec043766e/kerberos",
"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"
}
Was this article helpful?
Thanks!
Submitted