First release
An initial basic mock user service with OIDC compliant flows
Makes heavy use of the node-oidc-provider library, which provides dev interactions/flows out of the box (fully OIDC compliant). Any username and password combination is permitted for logging in, making this very useful for local development and CI.
Note: included is a patch to node-oidc-provider which relaxes a particular constraint (see the file in the patches
folder for details) – this is purely to unblock usage of the keycloak-gatekeeper.