summary refs log tree commit diff
path: root/tests/handlers/test_oidc.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of User-Agent headers with bad utf-8. (#8632)Erik Johnston2020-10-231-6/+18
* Add config option for always using "userinfo endpoint" for OIDC (#7658)BBBSnowball2020-10-011-2/+8
* Allow additional SSO properties to be passed to the client (#8413)Patrick Cloke2020-09-301-55/+105
* Allow existing users to login via OpenID Connect. (#8345)Tdxdxoz2020-09-251-0/+35
* Ensure that the OpenID Connect remote ID is a string. (#8190)Patrick Cloke2020-08-281-2/+39
* Allow denying or shadow banning registrations via the spam checker (#8034)Patrick Cloke2020-08-201-3/+15
* Support UI Authentication for OpenID Connect accounts (#7457)Patrick Cloke2020-05-151-5/+10
* Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-081-0/+565