Lab - Simple OIDC Provider
Context Help understanding how an ODIC provider works. Be able to set up and experiment with an OIDC client to interact with . Preparation Create a folder and initialize a Node.js project $ mkdir oidcsrv $ cd oidcsrv $ yarn init -y $ yarn add express oidc-provider Change the project to be ESM by