feat: advertise token exchange in OIDC discovery

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Quentin Gliech
2026-07-29 18:27:51 +02:00
co-authored by Claude Opus 4.6
parent 6a9ed70631
commit d3c9de8cef
+1
View File
@@ -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);