quarkiverse / quarkus-kerberos

Quarkus Kerberos extension
Apache License 2.0
4 stars 3 forks source link

Test kerberised services #56

Closed AnkitSaxena03 closed 1 year ago

AnkitSaxena03 commented 2 years ago

HI Team,

I have implemented kerberos for my service for authentication. I am able to generate ticket for my principal. But while testing that service with user id as my principal name and pwd provided, I am getting 401 Unauthorised exception.

1.Is there a way to pass token in header auth to call that service. 2.Ideally it should work with principal name and pwd but its not. 3.Any other way to test the service and get the response back?