summary refs log tree commit diff
path: root/docs/sso_mapping_providers.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a regression that mapping providers should be able to redirect users. ↵Patrick Cloke2020-12-041-0/+7
| | | | | (#8878) This was broken in #8801.
* Support trying multiple localparts for OpenID Connect. (#8801)Patrick Cloke2020-11-251-1/+10
| | | | Abstracts the SAML and OpenID Connect code which attempts to regenerate the localpart of a matrix ID if it is already in use.
* Improve error checking for OIDC/SAML mapping providers (#8774)Patrick Cloke2020-11-191-1/+8
| | | | | | Checks that the localpart returned by mapping providers for SAML and OIDC are valid before registering new users. Extends the OIDC tests for existing users and invalid data.
* Allow additional SSO properties to be passed to the client (#8413)Patrick Cloke2020-09-301-1/+13
|
* allow emails to be passed through SAML (#7385)Christopher Cooper2020-05-271-0/+2
| | | Signed-off-by: Christopher Cooper <cooperc@ocf.berkeley.edu>
* Update documentation about SSO mapping providers (#7458)Patrick Cloke2020-05-121-0/+146