summary refs log tree commit diff
path: root/synapse/handlers/oidc.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add stricter mypy options (#15694)Patrick Cloke2023-05-311-1/+1
* Add the ability to enable/disable registrations when in the OIDC flow (#14978)Warren Bailey2023-03-301-0/+1
* Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750)Patrick Cloke2023-01-041-7/+47
* Support non-OpenID compliant user info endpoints (#14753)Patrick Cloke2023-01-041-8/+23
* Actually use the picture_claim as configured in OIDC config. (#14751)Patrick Cloke2022-12-291-1/+1
* Add support for handling avatar with SSO login (#13917)Ashish Kumar2022-11-251-0/+7
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-161-1/+1
* Support OIDC backchannel logouts (#11414)Quentin Gliech2022-10-311-36/+345
* Refactor OIDC tests to better mimic an actual OIDC provider. (#13910)Quentin Gliech2022-10-251-4/+11
* Move the "email unsubscribe" resource, refactor the macaroon generator & simp...Quentin Gliech2022-06-141-123/+8
* Downgrade some OIDC exceptions to warnings (#12723)David Robertson2022-05-181-2/+2
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-271-1/+1
* Implement a Jinja2 filter to extract localparts from email addresses (#12212)Brendan Abolivier2022-03-111-0/+6
* Update the SSO username picker template to comply with SIWA guidelines (#12210)Brendan Abolivier2022-03-111-1/+11
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Adds misc missing type hints (#11953)Patrick Cloke2022-02-111-2/+2
* Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-061-23/+35
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-1/+1
* Require type hints in the handlers module. (#10831)Patrick Cloke2021-09-201-17/+17
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ...Sean2021-09-091-3/+0
* [pyupgrade] `synapse/` (#10348)Jonathan de Jong2021-07-191-18/+20
* Use inline type hints in `handlers/` and `rest/`. (#10382)Jonathan de Jong2021-07-161-9/+9
* Allow OIDC cookies to work on non-root public baseurls (#9726)Andrew Morgan2021-04-231-5/+17
* Make DomainSpecificString an attrs class (#9875)Erik Johnston2021-04-231-0/+5
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-0/+1384