mod_auth_pubtkt
mod_auth_pubtkt copied to clipboard
A pragmatic Web Single Sign-On (SSO) solution
Hi, We should consider adding support for elliptic curves to sign and verify session tickets to the Apache module. For the record, I'm currently working on the upgrade of the...
Hi, According to the current version of the session ticket format specification, nothing is told on how the field `udata` should be handled if the user-supplied value contains a semicolon....
Just a simple example for doing LDAP authentication via BINDing as the user to LDAP server.
Hi, We can't easily install a TKTAuthPassthruBasicKey with bytes containing non-printable/extended ASCII characters in the apache configuration. This reduces the effective key space from 128 bits to at most 104...
I am using VirtualDocumentRoots in my Apache setup: http://httpd.apache.org/docs/2.2/vhosts/mass.html Is it possible to create a unique TKTAuthToken for each Virtual Host? For example: ``` foo.example.com -> /home/sites/foo - accessible by...