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 scenario: User logs in to my SSO service using his username and password. I authenticate him using some mechanism. At some later time the user wants to access App A. The user's request for App A is intercepted by the SSO service. The SSO service uses SPNEGO to log the user in to App A: The SSO service