We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2282ff commit 5d4c433Copy full SHA for 5d4c433
config/module_oidc.php.dist
@@ -779,7 +779,13 @@ $config = [
779
['eduPersonScopedAffiliation' => [ClaimsEnum::Credential_Subject->value, 'eduPersonScopedAffiliation']],
780
],
781
'ResearchAndScholarshipCredentialDcSdJwt' => [
782
-
+ ['eduPersonPrincipalName' => ['eduPersonPrincipalName']],
783
+ ['eduPersonTargetedID' => ['eduPersonTargetedID']],
784
+ ['displayName' => ['displayName']],
785
+ ['givenName' => ['givenName']],
786
+ ['sn' => ['sn']],
787
+ ['mail' => ['mail']],
788
+ ['eduPersonScopedAffiliation' => ['eduPersonScopedAffiliation']],
789
790
791
];
0 commit comments