We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Hi Khadija,
In your script, you posted earlier - seems you are trying to get the token on your own. (But you are saying "no"!!!)
1. Create a REST Message for https://graph.microsoft.com/v1.0/devices and use Authentication Type = OAuth2.
2. Setup th...
Generally, its not recommended to use - Authorization Code Grant type for outbound integrations. How would you authorise on your mobile when systems trying to talk automatically.?!!!!
Client Credentials makes sense when ServiceNow trying to get authe...
Yes, It works from REST Message record and also from Script - using the RestMessageV2. Just do not specify anything about the authentication in script. By default, ServiceNow picks up the OAuth2 profile from the REST Message record.
New token will be...