- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2020 01:38 PM
Hi,
I am having troubles creating a new connection to ServiceNow instance from PowerApps, using Microsoft ServiceNow premium connector. I am trying to connect with ServiceNow admin account, and I am getting getting authentication error.
here is json:
"error": {
"detail": "Required to provide Auth information",
"message": "User Not Authenticated"
},
"status": "failure"
}
Thanks,
Goran
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2020 02:26 PM
Hi Goran,
Yes, all ServiceNow integration should use the local account with required role only.
Local Account or Service Account or Local User all are referring the same.
Please ensure you are following some naming pattern for service accounts [ we are using "svc_" prefix ] and grant only minimum required role [ no admin role ]
you can create svc_powerapp and grant itil role for testing.
Check, what data/table the PowerApp is looking for based on that, grant access [ role ].
Thanks,
Ashish
Please mark correct and helpful for others if it helps you
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2020 01:55 PM
Is this local service account with admin role and you can connect ( login ) ServiceNow instance via browser?
Refer : service account or location account or local user [ means password saved in ServiceNow not an AD based account]
Thanks,
Ashish
Please mark correct and helpful for others if it helps you
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2020 02:17 PM
Thank you Ashish. We are using SSO, so this is a AD based account. Do I have to use ServiceNow local Admin account for this?
Goran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2020 02:26 PM
Hi Goran,
Yes, all ServiceNow integration should use the local account with required role only.
Local Account or Service Account or Local User all are referring the same.
Please ensure you are following some naming pattern for service accounts [ we are using "svc_" prefix ] and grant only minimum required role [ no admin role ]
you can create svc_powerapp and grant itil role for testing.
Check, what data/table the PowerApp is looking for based on that, grant access [ role ].
Thanks,
Ashish
Please mark correct and helpful for others if it helps you
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2020 02:27 PM
Will try. Thank you Ashish!!