Skip to main content

All Questions

0 votes
1 answer
102 views

Using Kerberos to authenticate Django Application in Corporate Environment

I am trying to use Kerberos and LDAP3 to authenticate my Django Application inside the corporate network. When I am logged in to my corporate computer, I want my application to be able to login ...
CodeComet's user avatar
1 vote
0 answers
379 views

Keycloak and Kerberos integration using curl SSO

I have following setup given: keycloak server at https://auth.example.com connection with a LDAP provider configuration Kerberos options set in LDAP provider configuration authentication with ...
sacha.p's user avatar
  • 163
1 vote
2 answers
70 views

How do internal websites on corporate networks automatically authenticate the users?

In a corporate environment when a user logs onto their laptop they can be automatically authenticated for internal websites. How is this implemented? How does the website and browser know who the user ...
Greg's user avatar
  • 8,717
1 vote
0 answers
130 views

Retrive user logged in Kerberos with Angular6

My problem is as follow, i have a server with Apache and Kerberos to handle the SSO Authentication. This server point to a different one using JKMount and i need to read the remote user with Angular6....
N00bMaster69's user avatar
0 votes
1 answer
1k views

Auto-login using SPNEGO Web SSO

We're planning to implement SSO using http://spnego.sourceforge.net/ on our web application. I've tried the sample projects in http://spnego.sourceforge.net/ and it worked well (helloKDC.java and ...
stuckoverflow24's user avatar
0 votes
1 answer
566 views

SSO authentication with SAML2 in Java and How to Execute JavaScript by Using HtmlUnit

In one of my developments (using kerberos authentication to loginalong with HtmlUnit) its working fine in all cases , facing an issue after hitting SSO authenticated links where the SAML2 used. I ...
Young Krishna's user avatar
4 votes
1 answer
4k views

All possible causes of "Found no TGT's in LSA"

I’m using Kerberos to connect to my RDMS. If I don’t use SSO, authentication is successful. However, if I use SSO, I receive: >>> Found no TGT's in LSA Principal is null null credentials ...
LakeMichigan's user avatar
3 votes
2 answers
5k views

What is the point of the Kerberos Service Ticket (ST) in CAS?

In CAS you have Ticket Granting Tickets (TGT) and Service Tickets (ST). I don't see why you need STs if you already have a TGT. You can simply validate the TGT and return a green light for ...
yemerra's user avatar
  • 1,350
2 votes
1 answer
4k views

kerberos: how the client knows the service name to request ticket to?

Let's assume that the client wants to authenticate himself to a HTTP proxy. The proxy is configured with kerberos, and has clearly the service name HTTP/proxy.foo.bar set in it's configs. How does the ...
drookie's user avatar
  • 181
2 votes
1 answer
3k views

Configure Kerberos SSO on Moodle: KRB5KDC_ERR_PREAUTH_REQUIRED

I'm trying to set up kerberos SSO in Moodle but I'm getting a error_code: KRB5KDC_ERR_PREAUTH_REQUIRED (25): 1) I've configured kerberos on Apache: installed kerberos, configured via /etc/krb5.cnf, ...
Packet Tracer's user avatar
1 vote
0 answers
758 views

How to login to Confluence when kerberos authentication is used programatically

We have Confluence Server 4.1 version installed. It is using AD authentication (Kerberos/Windows Security). When we enter the confluence server URL in the address bar of browser, then it shows ...
Prakash's user avatar
  • 482
1 vote
0 answers
558 views

IE SSO settings for org website over intranet & internet

We have unsolicited SAML SSO URL implemented for a service used by corp users. When users access the URL from intrAnet, they are authenticated using Kerberos token. When users access the URL from ...
user3190499's user avatar
3 votes
1 answer
427 views

How to implement SSO in heterogenous system (Java and web application) [closed]

Assuming there are two heterogenous applications (Java rich client and a web application). It shall be possible that the user signs in once to the Java rich client, from there opens a link to the web ...
Dominic's user avatar
  • 4,882
0 votes
1 answer
55 views

Authentication on Concurrent Connections in IE

When IE9 visits a HTTPS website, and spans multiple concurrent connections for content downloads, do each of these connections get authenticated on its own? What I observed so far seems like this: ...
Kelvin Yeo's user avatar
1 vote
1 answer
1k views

Kerberos siteminder integration

We have a Siteminder running in our organization and I want to use Kerberos to authenticate users. The setup is like this: Our appserver has siteminder agent that can authenticate users, agent ...
Roman Goyenko's user avatar

15 30 50 per page