Skip to content

Instantly share code, notes, and snippets.

@ahelland
Created December 11, 2018 07:26
Show Gist options
  • Save ahelland/d09a6ddf79df718989ac1cc163a4ebc8 to your computer and use it in GitHub Desktop.
Save ahelland/d09a6ddf79df718989ac1cc163a4ebc8 to your computer and use it in GitHub Desktop.
Output of a combo token from ADFS + ADFS WAP
[{
"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