Skip to main content

All Questions

2 votes
1 answer
2k views

SSO with Kerberos

I am trying to do authentication with Kerberos and the Python flask-kerberos module. Basically this is my code: DEBUG=True app = Flask(__name__) app.config.from_object(__name__) os.environ['...
Kai78's user avatar
  • 47
4 votes
1 answer
625 views

authGSSServerInit extremely slow

I am implementing a single sign-on mechanism for a Flask server running on Ubuntu 16.04 that authenticates users against an Active Directory server in the Windows domain. When I run the example app ...
Jake's user avatar
  • 951
0 votes
1 answer
5k views

Why I'm getting 'No credentials cache found' on SSO using pyKerberos (authGSSClientStep)?

I use SLES11 with a Python2.6 and Apache Web-Application. I have a Active Directory Server with Kerberos and I want to use SSO with my Application. I already created a service principal HTTP/host....
Enrico Heller's user avatar
0 votes
1 answer
461 views

PloneCMS SPNEGO cannot find entry in keytab

I am using netsight.windowsauthplugin version 2.3.1 in my Plone CMS installation on a linux server. The domain/realm is a windows domain. My sysadmin gave me a .keytab file and set up the DNS A and ...
merlik's user avatar
  • 23
9 votes
3 answers
13k views

SPNEGO (kerberos token generation/validation) for SSO using Python

I'm attempting to implement a simple Single Sign On scenario where some of the participating servers will be windows (IIS) boxes. It looks like SPNEGO is a reasonable path for this. Here's the ...
Parand's user avatar
  • 105k