github.com/crewjam/saml@v0.4.14/samlsp/testdata/token.json (about) 1 { 2 "aud": "https://15661444.ngrok.io/", 3 "iss": "https://15661444.ngrok.io/", 4 "exp": 1448942229, 5 "iat": 1448935029, 6 "nbf": 1448935029, 7 "sub": "_41bd295976dadd70e1480f318e772841", 8 "attr": { 9 "SessionIndex": [ 10 "_6149230ee8fb88d3635c238509d9a35a" 11 ], 12 "cn": [ 13 "Me Myself And I" 14 ], 15 "eduPersonAffiliation": [ 16 "Member", 17 "Staff" 18 ], 19 "eduPersonEntitlement": [ 20 "urn:mace:dir:entitlement:common-lib-terms" 21 ], 22 "eduPersonPrincipalName": [ 23 "myself@testshib.org" 24 ], 25 "eduPersonScopedAffiliation": [ 26 "Member@testshib.org", 27 "Staff@testshib.org" 28 ], 29 "eduPersonTargetedID": [ 30 "" 31 ], 32 "givenName": [ 33 "Me Myself" 34 ], 35 "sn": [ 36 "And I" 37 ], 38 "telephoneNumber": [ 39 "555-5555" 40 ], 41 "uid": [ 42 "myself" 43 ] 44 }, 45 "saml-session": true 46 }