Browse Source

Update the GitHub web provider to support Proof Key for Code Exchange

pull/2367/head
Kévin Chalet 7 months ago
parent
commit
f3464a2253
  1. 2
      src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

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

@ -1061,6 +1061,8 @@
DeviceAuthorizationEndpoint="https://github.com/login/device/code"
TokenEndpoint="https://github.com/login/oauth/access_token"
UserInfoEndpoint="https://api.github.com/user">
<CodeChallengeMethod Value="S256" />
<GrantType Value="authorization_code" />
<GrantType Value="urn:ietf:params:oauth:grant-type:device_code" />
</Configuration>

Loading…
Cancel
Save