azure-msgraph-token-endpoint-access-token

OAuth token endpoint responses contain bearer and refresh credentials that commonly leak into logs or automation output. No single Azure RBAC action authorizes this service-native path; its own authentication and authorization apply.

azurecritical service: azure:msgraph emits ExposesCredential

Where it sits

locationOAuth 2.0 token response.{access_token,refresh_token,id_token}
location kindoutput_value
data kindscredential oauth_token bearer_token session_token
emits edgeExposesCredential
serviceMicrosoft Graph (app permissions) (azure:msgraph)

Collection recipe

access modedata_plane
operationPOST /{tenant}/oauth2/v2.0/token
response path{access_token,refresh_token,id_token}
encodingjson
params{"grant_type": "\u003cgrant-type\u003e", "tenant": "\u003ctenant-id\u003e"}

References

move · open · esc close