I'm not trying to configure and/or set up WL/Kerb, that's already set up and working fine.
What I can't find is an example of just getting the current Kerberos token from WebLogic in a web app. Theoretically, it's already connected/authenticated to the KDC because the krb5.ini and JAAS login config are specified at startup time. But, all the examples for Kerberos integration show the whole step of starting off with creating a LoginContext and passing credentials. Shouldn't it already be logged in? I don't need to create a new context, just get the existing context from WL somehow. Struggling to find an example of this.