505
Views
1
Comments
[REST Integrated Authentication] 401 unauthorized
Question
rest-integrated-authentication
Web icon
Forge asset by Pedro Oliveira
Hi all,
I'm trying to call a sharepoint rest service using the credentials of the active user in the application. But I keep getting a 401 when using the IntegratedAuthentication action in the OnBeforeRequestAdvanced. When I use the IntegratedAuthenticationLogin and use my own credentials it works fine. Do you perhaps have an idea what i might be doing wrong?
thanks,

Frank
2016-03-09 17-21-39
Fabian

Are you using chrome?

If so you might need to turn on a flag in the registry in order for your credentials to be passed to the share point server.

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"AuthNegotiateDelegateWhitelist"="your server names"

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.