Skip to content

Instantly share code, notes, and snippets.

@przemos
Last active February 14, 2021 13:47
Show Gist options
  • Save przemos/3625883f7b0cb72d94d784e041d1304f to your computer and use it in GitHub Desktop.
Save przemos/3625883f7b0cb72d94d784e041d1304f to your computer and use it in GitHub Desktop.
PAP - OAuth - Implicit
{
"alg": "RS256",
"typ": "JWT",
"nonce": ""
}.{
"sub": "9881ce0f-6461-eb11-a812-000d3ad5cb5a",
"preferred_username": "9a5b39cb-529c-4656-a806-a9556f0aa2e9",
"phone_number": "",
"given_name": "John",
"family_name": "Smith",
"email": "john@smith.com",
"lp_sdes": [
{
"type": "ctmrinfo",
"info": {
"cstatus": null,
"ctype": "contact",
"customerId": "9881ce0f-6461-eb11-a812-000d3ad5cb5a",
"balance": null,
"socialId": null,
"imei": "",
"userName": "9a5b39cb-529c-4656-a806-a9556f0aa2e9",
"companySize": null,
"accountName": null,
"role": null,
"lastPaymentDate": {
"day": 0,
"month": 0,
"year": 0
},
"registrationDate": {
"day": 0,
"month": 0,
"year": 0
}
}
}
],
"aud": "",
"appid": "",
"scp": "5d02e2c0-5d0c-4a5b-88f2-ea6618878f5e",
"iat": 1612368292,
"nbf": 1612368292,
"exp": 1612369192,
"iss": "acme.powerappsportals.com"
}.[Signature]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment