AWS sso-oauth

eventNameDescriptionSampleRule
anyCatch-all entry for AWS sso-oauth rules that match the service but not a specific eventName.NN
CreateTokenWithIAMCreateTokenWithIAM recorded by CloudTrail for AWS sso-oauth. Observed in real CloudTrail; no AWS SDK operation model documents it, so no description is available from the SDK.NN

any: AWS sso-oauth (catch-all)

#
Service
sso-oauth

Description

Catch-all entry for AWS sso-oauth rules that match the service but not a specific eventName.

CreateTokenWithIAM

#
Service
sso-oauth

Description

CreateTokenWithIAM recorded by CloudTrail for AWS sso-oauth. Observed in real CloudTrail; no AWS SDK operation model documents it, so no description is available from the SDK.

Example CloudTrail Event #

This is a projected export row, not a complete CloudTrail record: it shows only the envelope columns a SIEM export retained. The export never carried userIdentity, requestParameters, responseElements, sourceIPAddress, recipientAccountId, eventCategory, so their absence here says nothing about the real event. Account identifiers, ARNs and endpoint hostnames in eventID, requestID, resources, tlsDetails, userAgent are replaced with the placeholders AWS uses in its own documentation, so those values are structurally real but not the originals. errorMessage is withheld: it is free-form prose that names customer resources, which no substitution rule can find reliably. eventTime is withheld because the export renders it in the exporting system's local timezone rather than the UTC a CloudTrail record carries.

{
  "eventVersion": "1.11",
  "eventID": "6efd3a36-6f33-3d6e-ada6-4c49549b4bf4",
  "eventSource": "sso-oauth.amazonaws.com",
  "eventName": "CreateTokenWithIAM",
  "awsRegion": "us-east-1",
  "eventType": "AwsApiCall",
  "readOnly": false,
  "managementEvent": true,
  "requestID": "9b3b563b-92eb-4b0c-9a28-600976f6d30a",
  "userAgent": "AWS Internal",
  "resources": [
    {
      "type": "AWS::SSO::Application",
      "ARN": "arn:aws:sso::123456789012:application/EXAMPLE"
    }
  ]
}