summary refs log tree commit diff
path: root/synapse/config/oidc2.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lint fixupDavid Robertson2022-05-221-3/+3
|
* ClientSecretJWTKey (needs testing)David Robertson2022-05-221-2/+20
|
* SSOAttributeRequirementDavid Robertson2022-05-221-10/+24
|
* More validation relative to discoveryDavid Robertson2022-05-221-2/+38
|
* A batch of lintingDavid Robertson2022-05-221-10/+9
|
* ensure idp_id gets a prefixDavid Robertson2022-05-211-0/+14
|
* endpoints are required if discovery is enabledDavid Robertson2022-05-211-2/+15
|
* validate that idp_icon is an mxc_urlDavid Robertson2022-05-211-3/+10
|
* legacy fallbacks seem to just work (TM)?David Robertson2022-05-211-2/+5
|
* Extra fields and testsDavid Robertson2022-05-201-7/+33
| | | | Pleasantly: no pain here
* move TYPE_CHECKING workaround outsideDavid Robertson2022-05-191-11/+14
|
* It seems what I want is `constr`David Robertson2022-05-191-11/+14
| | | | but this interacts poorly with mypy :(
* WIP trying out validatorsDavid Robertson2022-05-191-0/+104