Created
December 11, 2018 07:26
-
-
Save ahelland/d09a6ddf79df718989ac1cc163a4ebc8 to your computer and use it in GitHub Desktop.
Output of a combo token from ADFS + ADFS WAP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"typ": "JWT", | |
"alg": "RS256", | |
"x5t": "..." | |
},{ | |
"aud": "urn:AppProxy:com", | |
"iss": "http://adfs.contoso.com/adfs/services/trust", | |
"iat": 1543769125, | |
"exp": 1543772725, | |
"relyingpartytrustid": "...", | |
"clientreqid": "...", | |
"authmethod": | |
["http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/tlsclient", | |
"http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/x509"], | |
"auth_time": "2018-12-02T16:45:25.055Z", | |
"ver": "1.0" | |
},{ | |
"typ": "JWT", | |
"alg": "RS256", | |
"x5t": "..." | |
},{ | |
"aud": "https://contoso.com/api", | |
"iss": "http://adfs.contoso.com/adfs/services/trust", | |
"iat": 1543769125, | |
"exp": 1543772725, | |
"authmethod": | |
["http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/tlsclient", | |
"http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/x509"], | |
"apptype": "Confidential", | |
"appid": "...", | |
"auth_time": "2018-12-02T16:45:25.055Z", | |
"ver": "1.0" | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment