Skip to content

First release

Compare
Choose a tag to compare
@jits jits released this 22 Jan 10:54
· 12 commits to master since this release
c29b557

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.