The issue is observed with "curl --service-name test --negotiate:u http://localhost:8080/api". The command is used to test an API running in the same host protected by Kerberos. SPN = "test/[email protected]".
- I have tried providing all access to Keytab.
- Keytab is generated with "/CRYPTO All" flag.
- All suggestions provided on Stackover flow have been tried.