Snow-Shell / servicenow-powershell

PowerShell module to automate ServiceNow service and asset management. This module can be used standalone, with Azure Automation, or Docker.
Apache License 2.0
360 stars 170 forks source link

SSO Accounts are not supported #157

Closed noaboa97 closed 2 years ago

noaboa97 commented 2 years ago

what also would be nice to mention, that due to the nature of SN it won’t allow SSO accounts to login.

gdbarron commented 2 years ago

Hi @noaboa97. The api doesn't support sso. Is there something specific you had in mind?

noaboa97 commented 2 years ago

Yes, mention that in the reademe file.

I researched a bit and apparently it is possible over OAuth but I have to test it. Do you know if OAuth works with SSO Accounts?

gdbarron commented 2 years ago

Note added to readme, thanks for suggestion.

I've read it works with oauth2, but never setup it up myself. Let me know how it goes.