Skip to content

Commit d08dd60

Browse files
Merge pull request #401 from melanger/patch-1
docs: Fix orcid mapping in example internal_attributes
2 parents 02367a3 + 043300c commit d08dd60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

example/internal_attributes.yaml.example

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
attributes:
22
address:
33
openid: [address.street_address]
4-
orcid: [addresses.str]
4+
orcid: [address]
55
saml: [postaladdress]
66
displayname:
77
openid: [nickname]
8-
orcid: [name.credit-name]
8+
orcid: [displayname]
99
github: [login]
1010
saml: [displayName]
1111
edupersontargetedid:
1212
facebook: [id]
1313
linkedin: [id]
14-
orcid: [orcid]
14+
orcid: [edupersontargetedid]
1515
github: [id]
1616
openid: [sub]
1717
saml: [eduPersonTargetedID]
1818
givenname:
1919
facebook: [first_name]
2020
linkedin: [email-address]
21-
orcid: [name.given-names.value]
21+
orcid: [givenname]
2222
openid: [given_name]
2323
saml: [givenName]
2424
mail:
2525
facebook: [email]
2626
linkedin: [email-address]
27-
orcid: [emails.str]
27+
orcid: [mail]
2828
github: [email]
2929
openid: [email]
3030
saml: [email, emailAddress, mail]
3131
name:
3232
facebook: [name]
33-
orcid: [name.credit-name]
33+
orcid: [name]
3434
github: [name]
3535
openid: [name]
3636
saml: [cn]
3737
surname:
3838
facebook: [last_name]
3939
linkedin: [lastName]
40-
orcid: [name.family-name.value]
40+
orcid: [surname]
4141
openid: [family_name]
4242
saml: [sn, surname]
4343
user_id_from_attrs: [edupersontargetedid]

0 commit comments

Comments
 (0)