Confirmed users
358
edits
No edit summary |
No edit summary |
||
| Line 136: | Line 136: | ||
And the MAC access protocol for OAuth2: http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token | And the MAC access protocol for OAuth2: http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token | ||
== BrowserID == | |||
A custom protocol based on BrowserID/VEP. The credentials dict contains "username" and "assertion", where "assertion" is a valid browserid assertion. | A custom protocol based on BrowserID/VEP. The credentials dict contains "username" and "assertion", where "assertion" is a valid browserid assertion. | ||
== Bearer Token == | |||
Something like signed cookies. For login sessions etc. | Something like signed cookies. For login sessions etc. | ||
| Line 170: | Line 170: | ||
Bug #TODO | Bug #TODO | ||
== Add auth schemes to LDAP backend === | == Add auth schemes to LDAP backend? === | ||
Make the necessary changes to let the LDAP backend authenticate with different schemes, e.g. digest-auth or browserid. | Make the necessary changes to let the LDAP backend authenticate with different schemes, e.g. digest-auth or browserid. | ||
== Get Rid of LDAP == | == Get Rid of LDAP? == | ||
Replace LDAP with something better, what has native support for these various auth schemes. | Replace LDAP with something better, what has native support for these various auth schemes. | ||