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
{{ message }}
This repository was archived by the owner on May 3, 2024. It is now read-only.
populateClaim(key,claims[key],'The sub claim is a pairwise identifier - it is unique to a particular application ID. If a single user signs into two different apps using two different client IDs, those apps will receive two different values for the subject claim.',index,claimsObj);
148
+
populateClaim(
149
+
key,
150
+
claims[key],
151
+
'The sub claim is a pairwise identifier - it is unique to a particular application ID. If a single user signs into two different apps using two different client IDs, those apps will receive two different values for the subject claim.',
152
+
index,
153
+
claimsObj
154
+
);
148
155
index++;
149
156
break;
150
157
case'ver':
151
-
populateClaim(key,claims[key],'Version of the token issued by the Microsoft identity platform',index,claimsObj);
158
+
populateClaim(
159
+
key,
160
+
claims[key],
161
+
'Version of the token issued by the Microsoft identity platform',
0 commit comments