Releases: appvia/mock-oidc-user-server
Releases · appvia/mock-oidc-user-server
Allowed logout redirect URI
Upgrading package versions
Bumping versions of yarn installed packages to mitigate CVEs.
Fix for CircleCI tag build
v0.0.2 Prep v0.0.2 release
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.