dendrite/clientapi/auth/sso
Tommie Gannert 1c17c20097 Remove the check for claims_supported in OpenID Connect SSO.
This is speced as "not exhaustive" and "optional", which means it's
completely meaningless for standard claims.

* https://github.com/goauthentik/authentik/issues/3702
* https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
2022-10-04 12:16:49 +02:00
..
github.go Split SSO into OAuth2 and OIDC. Add OIDC discovery. 2022-05-25 01:17:08 +02:00
oauth2.go Fix API wiring, linting 2022-09-20 13:15:26 +01:00
oauth2_test.go Add SSO tests. 2022-06-08 09:14:11 +02:00
oidc.go Remove the check for claims_supported in OpenID Connect SSO. 2022-10-04 12:16:49 +02:00
oidc_test.go Add SSO tests. 2022-06-08 09:14:11 +02:00
sso.go Fix two lint errors. 2022-06-08 09:24:08 +02:00
sso_test.go Add SSO tests. 2022-06-08 09:14:11 +02:00