Browse Source

Update the Zoom provider to use client_secret_basic for token revocation

pull/2026/head
Kévin Chalet 2 years ago
parent
commit
cdb80a6809
  1. 2
      src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

2
src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

@ -1823,6 +1823,8 @@
<GrantType Value="authorization_code" />
<GrantType Value="refresh_token" />
<RevocationEndpointAuthMethod Value="client_secret_basic" />
<TokenEndpointAuthMethod Value="client_secret_basic" />
</Configuration>
</Environment>

Loading…
Cancel
Save