Patrick Ohly
7808af7c46
logging: debug output for password handling
...
Figuring out where credentials come from became harder. These debug
messages help. Perhaps they should even be logged as INFO messages
such that normal users can see them?
2013-10-01 09:28:37 +02:00
Patrick Ohly
83768d41ae
config: add identity provider registry
...
Similar to the RegisterSyncSource concept, but trimmed down:
- virtual method creates instances
- keys have to be unique
2013-09-27 08:59:14 -07:00
Patrick Ohly
5d9aa1ac85
config: introduce AuthProvider
...
AuthProvider is the instance created by specific IdentityProvider
backends which then hands out username/password credentials or OAuth2
bearer tokens.
2013-09-27 08:59:14 -07:00
Patrick Ohly
526723acf5
config: first step towards modular identity providers
...
Let the conversion to username+password be handled by the
IdentityProvider module.
2013-09-27 08:59:14 -07:00
Patrick Ohly
b7fa64f15c
signon: revert accidental inclusion in master branch
...
The code wasn't ready and got pushed as part of some other change.
2013-08-02 22:02:03 +02:00
Patrick Ohly
7fdd878bc1
config: add identity provider registry
...
Similar to the RegisterSyncSource concept, but trimmed down:
- virtual method creates instances
- keys have to be unique
2013-08-02 13:15:27 +02:00
Patrick Ohly
03efa0c44d
config: introduce AuthProvider
...
AuthProvider is the instance created by specific IdentityProvider
backends which then hands out username/password credentials or OAuth2
bearer tokens.
2013-08-02 13:15:27 +02:00
Patrick Ohly
80e68a747a
config: first step towards modular identity providers
...
Let the conversion to username+password be handled by the
IdentityProvider module.
2013-08-02 13:15:27 +02:00