15 Aug 25
Apparently the next best thing since sliced bread for SSO/auth.
05 Nov 24
Explore and find clear definitions of key glossaries related to authentication, authorization, and identity management. Work with open-standards like OpenID Connect, OAuth 2.0, and SAML.
20 Aug 21
Script to run an OpenId server.
Highlights:
- Written in Perl
- Utilizes MySQL
- Written to run in Apache
- Supports multiple users
- Login and user pages are “templates” that are easily customized
- Implements every mandatory message exchange in OpenID 2.0
- Implements much of the OpenID 1.1 specification (“dumb” mode described in the 1.1 spec has not been tested)
- Supports deployments that use HTTP or HTTPS
- Password validation routine is separated from the login page to optionally allow one to use HTTP for identifiers, but HTTPS to actually validate the user password
- Supports both (HMAC|DH)-SHA1 and (HMAC|DH)-SHA256
- Entirely free open source with no licensing restrictions
11 Jun 11
Script to run an OpenId server.
Highlights:
- Written in Perl
- Utilizes MySQL
- Written to run in Apache
- Supports multiple users
- Login and user pages are “templates” that are easily customized
- Implements every mandatory message exchange in OpenID 2.0
- Implements much of the OpenID 1.1 specification (“dumb” mode described in the 1.1 spec has not been tested)
- Supports deployments that use HTTP or HTTPS
- Password validation routine is separated from the login page to optionally allow one to use HTTP for identifiers, but HTTPS to actually validate the user password
- Supports both (HMAC|DH)-SHA1 and (HMAC|DH)-SHA256
- Entirely free open source with no licensing restrictions