You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/configuration/jwt-profiles/_index.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,11 +147,39 @@ In particular:
147
147
148
148
All the mapping rules are described in the [White Paper for implementation mappings between SAML 2.0 and OpenID Connect in Research and Education](https://docs.google.com/document/d/1b-Mlet3Lq7qKLEf1BnHJ4nL1fq-vMe7fzpXyrq2wp08/edit).
149
149
150
+
Moreover, the unique identifier `voPersonID` claim is available through this profile and follows the rules defined by the [AARC G026][aarc-g026] and the [voPerson v2.0][voPerson-v2.0] schema version.
151
+
152
+
`voPersonID` is the community unique identifier and it holds the same value as the accountID given by INDIGO IAM.
153
+
This claim is currently present within the following places (given the AARC profile is enabled):
154
+
155
+
- ID Token
156
+
- Access Token
157
+
- Userinfo Response
158
+
- Introspection Response
159
+
160
+
An example of an Access Token (produced via the Test client) is the following:
0 commit comments