Skip to content

Commit

Permalink
Merge pull request #625 from MaRDI4NFDI/OIDC
Browse files Browse the repository at this point in the history
Remove unused properties from scope
  • Loading branch information
physikerwelt authored Feb 14, 2025
2 parents 425442f + c36ba18 commit d809095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mediawiki/LocalSettings.d/OpenID_Connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'providerURL' => 'https://auth.didmos.nfdi-aai.de',
'clientID' => 'u2pwxwERLrACYw3z',
'clientsecret' => $_ENV['NFDI_AAI_SECRET'],
'scope' => [],
]
];
$wgOpenIDConnect_MigrateUsersByEmail=true;

0 comments on commit d809095

Please sign in to comment.