Skip to content

Commit

Permalink
Fix the LinkedIn provider to use the new issuer returned by the confi…
Browse files Browse the repository at this point in the history
…guration endpoint
  • Loading branch information
DovydasNavickas authored and kevinchalet committed Aug 15, 2024
1 parent 99c5e90 commit 62ce984
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -967,8 +967,7 @@

<Provider Name="LinkedIn" Id="eb3bc226-ed25-4258-8a37-2bfcc4d628a2"
Documentation="https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin-v2">
<Environment Issuer="https://www.linkedin.com/"
ConfigurationEndpoint="https://www.linkedin.com/oauth/.well-known/openid-configuration">
<Environment Issuer="https://www.linkedin.com/oauth">
<!--
Note: LinkedIn requires sending the "profile" scope to be able to use the userinfo endpoint.
-->
Expand Down Expand Up @@ -2076,4 +2075,4 @@
</Environment>
</Provider>

</Providers>
</Providers>

0 comments on commit 62ce984

Please sign in to comment.