-3

I have office 365 account. Hence I get re-directed to ServiceNow portal without asking for user credentials.

Likewise, my Bot (v4) is hosted in MS Teams. What are the ways to initiate REST calls from Bot to ServiceNow without asking my credentials? Like SSO.

My ServiceNow instance does not allow client_credentials grant type and hence need to work on other grant-types which require user password.

Many thanks

deeepss
  • 153
  • 1
  • 10

1 Answers1

1

There is no specific tutorial for integrating a bot with ServiceNow. You can make use of the REST API which is documented here to address your purpose. Refer to the following documentations as well to get more information about the ServiceNow SSO and Azure Bot Service authentication.

ranusharao
  • 1,826
  • 1
  • 8
  • 17