StuFrankish / idsrv-par-sample

Building up a PoC sample for Identity Server, PAR client and custom Authorize endpoint validation.
0 stars 0 forks source link

Code Tidy and some comments #6

Closed StuFrankish closed 9 months ago

StuFrankish commented 9 months ago

Commented the code for extra clarity. Removed the initial null check on the claims principal as the IsAuthenticated method does that for us already.