You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using this library for Kerberos authentication in my application. I have followed the examples provided in this repository to login my client application using a keytab file. Is there any other way for the client to login to KDC without using keytab file? The reason for my query is if the application is being used by thousands of users, this will require all those users first create a keytab file. I am wondering if there is some other alternative to using a keytab file. Similar to a browser which doesn't use keytab file. How does a browser able to sign-in to KDC without a keytab file ? Does it use the TGT generated when the user signs-in ?
The text was updated successfully, but these errors were encountered:
karman-docker
changed the title
client login using keytabfile
client login using keytab file
Oct 16, 2023
Hi,
I am using this library for Kerberos authentication in my application. I have followed the examples provided in this repository to login my client application using a keytab file. Is there any other way for the client to login to KDC without using keytab file? The reason for my query is if the application is being used by thousands of users, this will require all those users first create a keytab file. I am wondering if there is some other alternative to using a keytab file. Similar to a browser which doesn't use keytab file. How does a browser able to sign-in to KDC without a keytab file ? Does it use the TGT generated when the user signs-in ?
The text was updated successfully, but these errors were encountered: