Skip to content

Instantly share code, notes, and snippets.

@DavidKlempfner
Created February 11, 2024 04:08
Show Gist options
  • Save DavidKlempfner/b348b533bed9c16118090da2f156e126 to your computer and use it in GitHub Desktop.
Save DavidKlempfner/b348b533bed9c16118090da2f156e126 to your computer and use it in GitHub Desktop.
SerializedAuthorizationCode
{
"CreationTime": "2024–02–11T03:42:43Z",
"Lifetime": 3000,
"ClientId": "p-web",
"Subject": {
"AuthenticationType": "Identity.Application",
"Claims": [
{
"Type": "sub",
"Value": "2188df58–6343–4897–8f43–3afb325a924e"
},
{
"Type": "email",
"Value": "Testsuper@rock.com.au"
}
]
},
"IsOpenId": true,
"RequestedScopes": [
"openid",
],
"RequestedResourceIndicators": [],
"RedirectUri": "https://127.0.0.1:44300/authentication/callback",
"WasConsentShown": false,
"SessionId": "2898176BBDC801E4339AFA078E46B3CB",
"CodeChallenge": "nKUX0rwr49+k9xf2CZpB1BK/40CzUrpao+Aj9f5rB2E=",
"CodeChallengeMethod": "S256",
"Properties": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment