Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. "accountEnabled": false,
  3. "displayName": "John Smith",
  4. "mailNickname": "john.smith",
  5. "otherMails": [
  6. "john.smith@company.com"
  7. ],
  8. "userIdentities": [
  9. {
  10. "issuer": "{okta-id-token-iss-claim-value}",
  11. "issuerUserId": "{okta-id-token-sub-claim-value}"
  12. }
  13. ],
  14. "userPrincipalName": "{guid}@{your-tenant-name}.onmicrosoft.com"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement