SAP Odata connector and SPNego

0
Hi there,   im trying to retrieve data through the SAP ODATA connector but I'm getting the following error:   0dbff9f7-d0c6-462b-b3cd-d8de6de17e55|GET|Response code: 401, Response text: <html><meta http-equiv="refresh" content="0"><body onload="JavaScript:document.location.reload(true);"><H1>Your browser is not configured for using SPNego</H1>Press F5 (Page Refresh) to continue.</body></html>   any thoughts on how to fix this?  (running on studio pro 8.17.0)
asked
2 answers
0

Looks like your credentials are incorrect. Looking to the 401 unauthorized http code. 

What is the authentication method you are using? 

answered
0

You can either disable the negotiation using the request parameter “spnego=disabled” (see: https://launchpad.support.sap.com/#/notes/0002462330), or you need to configure your browser for it: E.g. https://docs.spring.io/spring-security-kerberos/docs/current/reference/html/browserspnegoconfig.html

answered