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

.NET Build CodeQL

Proof of Concept Requirements

  1. The Client & Server must use Authorization Code flow, with PKCE
  2. The Client is required to use Pushed Authorization Requests
  3. Users are required to have a client-specific role before being allowed to access the client

Uses .Net 8 LTS and Duende Identity Server v7.

Additional Features