Skip to content

Commit

Permalink
Merge pull request #20 from privacybydesign/caesar-migration
Browse files Browse the repository at this point in the history
use OpenIDConnect for linkedin
  • Loading branch information
w-ensink authored Nov 29, 2024
2 parents e5db983 + 1d79aad commit 2a654ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/authsources.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
),

'linkedin' => array(
'authoauth2:LinkedInV2Auth',
'authoauth2:OpenIDConnect',
'issuer' => 'https://www.linkedin.com/oauth',
'clientId' => getenv('LINKEDIN_CLIENT_ID'),
'clientSecret' => getenv('LINKEDIN_CLIENT_SECRET'),
'scopes' => array('openid', 'email', 'profile'),
Expand Down

0 comments on commit 2a654ea

Please sign in to comment.