ServiceNow OAUTH2 Rest Message
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2024 05:14 AM
i get the token,
can see it in the managed token table
but a test in the REST MEssage shows token not provided (it is also not expired)
do i need a http header or any extras?
Do i need maybe a scope in the OAUTH Register?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2024 05:22 AM - edited ‎08-05-2024 05:23 AM
hi @E_M
Check the following checks:
- Include HTTP Headers: Make sure you add the Authorization header with the token.
- Verify Token: Ensure the token is valid and not expired.
- Check OAuth Scopes: Ensure the token has the necessary scopes for the API.
- REST Message Configuration: Confirm the REST Message is correctly set up to use the token.
- Test Setup: Verify the test is configured to include the token in the request.
These steps should help resolve the issue of the token not being recognized.
please make my response, helpful and accept the solution if it helped you