I have exposed my table using xsodata. I can access it directly through the URL without giving username/password. How do I enable authentication for my xsodata service in SAP HANA (XSA) Web IDE?
Asked
Active
Viewed 229 times
0
-
1By default you cannot access published service without authentication. Maybe you have some cookies or Kerberos authentication set up? – astentx May 10 '21 at 20:33
-
Very likely the session cookie from the WEBIDE session allows the access. A good workaround is to use incognito mode for testing or a different browser altogether. – Lars Br. May 10 '21 at 22:10