- 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-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-16-2024 12:51 AM
Thank you for insight.
Do you know approximate release or at least which quartal we can expect to have this version available?
Thanks, Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 04:39 PM
You should see the new version in a week or 2
-- Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 01:38 AM
Hello @Venkat79
out of curiosity, is the UI session needed generally for the SDK to work with server side script include files, or is this purely needed for the ServiceNow Fluent?
Thanks, Samuel