TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Caching TGT from browser/other krb5 client

1 pointsby kannangceover 5 years ago
I&#x27;m playing around with Kerberos SSO. As experimented so far,<p>-When I open a web app that is configured with Kerberos, from the browser, it prompts me for the username and credential, once I enter, I&#x27;m logged into the web app .<p>- When I do a kinit from the terminal and give my credentials, I&#x27;m signed into the KDC for the given user. After kinit, when I open a web app I&#x27;m signed into the web app, without any credentials.<p>One possible explanation is, when I do a kinit, the TGT is stored in the OS which is available for other clients in the host machine so that my browser was able to use that TGT without prompting me for password.<p>Now my questions are,<p>- Will I be able to cache the TGT without using kinit? - If yes, how can I do it using a Java client? - If the answer for the first question is yes, will I be able to do it from my web app opened in the browser?<p>Related SoF:<p>https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;58912508&#x2F;caching-tgt-from-browser-other-krb5-client

no comments

no comments