typos oidc_provider discovery

This commit is contained in:
lafleur 2025-05-10 19:16:22 +02:00 committed by nexy7574
parent e705f006cd
commit 66f37b30a4
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

View file

@ -71,7 +71,7 @@ pub(crate) async fn get_auth_metadata(
.unwrap(),
),
revocation_endpoint: issuer
.join("_matrix/client/unstable/org.matrix.msc2964/revoke")
.join("/_matrix/client/unstable/org.matrix.msc2964/revoke")
.unwrap(),
response_types_supported: [ResponseType::Code].into(),
grant_types_supported: [GrantType::AuthorizationCode, GrantType::RefreshToken].into(),