NOTE: This software is still in development and has not reached a high level of maturity, yet. You are welcome to try it and it would be of great help to us if you report any issues you find.
Step 1: OpenID Service
As an identity provider and credential issuer, you need to setup an OpenID Connect server. There are many servers out there. For a list of servers, check out the OpenID website. One important caveat is that the server should allow you to issue user information inside the signed "ID Token". The configuration regarding what user information goes into the token is of course completely under your discretion.Step 2: Configuring the reclaimID client
reclaimID uses special client values which must be registered at the OpenID server. The values are:- Client ID: reclaimid
- Client secret: none (public client)
- Redirect URI: https://ui.reclaim
- Grant type: Authorization code
- PKCE: enabled (Optional but highly recommended)