mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-08-23 09:40:22 +00:00
feat: advertise token exchange in OIDC discovery
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
6a9ed70631
commit
d3c9de8cef
@@ -89,6 +89,7 @@ pub(crate) async fn get(
|
||||
GrantType::AuthorizationCode,
|
||||
GrantType::RefreshToken,
|
||||
GrantType::ClientCredentials,
|
||||
GrantType::TokenExchange,
|
||||
];
|
||||
if site_config.device_code_grant_enabled {
|
||||
types.push(GrantType::DeviceCode);
|
||||
|
||||
Reference in New Issue
Block a user