Using Visual Code Plugin with instance SSO

Imi NOW
Tera Contributor

Hi community,

we'll be enabling the Adaptive Authentication and only some users from specific groups will be allowed to log in using the /login.do page. Remaining users will be forced to use SSO for log in and /login.do won't work for them.

 

Most of our developers use Visual Studio Code Pluginhttps://marketplace.visualstudio.com/items?itemName=ServiceNow.now-vscode for their daily work. How to enable SSO in plugin? We don't have MFA activated in general.

 

Thank you!

2 REPLIES 2

Imi NOW
Tera Contributor

Short update to everyone - executing Background Scripts using Adaptive Authentication doesn't work ---> https://www.servicenow.com/community/developer-articles/faq-for-v1-5-0-servicenow-vs-code-extension/...

Yang Xia
Tera Expert

Currently, the ServiceNow® Extension for VS Code only supports the following authentication methods:

  • Basic Authentication
  • OAuth (which relies on Basic Authentication)
  • OAuth + MFA (which also relies on Basic Authentication)

Please upvote this idea - Support Certificate-Based and SSO Authentication in VS Code Extension