You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2025. It is now read-only.
- [ ] bug report -> please search issues before submitting
- [ x ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
This line is hard to read, and write/modify and the compiler cannot verify if the JSon is well formed.
into the following block, which uses C# anonymous types:
// Ask to have the optional claim named `acrs` in the ID Token.// This claim will be essential, and its value will be `savedAuthContextId`varclaimsChallengeObjet=new{id_token=new{acrs=new{essential=true,value=savedAuthContextId}}};stringclaimsChallenge=JsonSerializer.Serialize(claimsChallengeObjet);
The same change would apply to the README.md file.