- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 05:53 AM
How can we authorize SDK, or where to get password or token for our personal accounts to try to use SDK?
We have non-interactove users we use for API calls, but for some reason SDK needs GUI access? That does not make sense, it is comandline tool.
Thanks, Jan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 11:04 AM
Hi @Jan Michalcak,
In certain parts we do need the UI Session due to platform restrictions. As of now we support only basic auth for authenticating to the instance using the SDK.
We have a new version of ServiceNow SDK (2.1) releasing soon, which adds support for SAML2.0 using OAuth. Will update here once we release the new version.
Thanks
Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 09:25 AM
It's mainly used by SDK and not needed by fluent. We might remove the dependency on UI Session in the future though
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 12:19 PM
@Jan Michalcak
We have released version 2.1
of the SDK today, you can find more info in the community article
To Configure OAuth flow refer to Configuring OAuth with SDK article.
let us know if you have any questions.
-- Venkat