Skip to content

Releases: appvia/mock-oidc-user-server

Allowed logout redirect URI

11 Sep 09:30
25ca735
Compare
Choose a tag to compare

You can now specify an allowed redirect URI upon logout.

Set CLIENT_LOGOUT_REDIRECT_URI environment variable.

Upgrading package versions

03 Sep 09:48
eec2fa7
Compare
Choose a tag to compare

Bumping versions of yarn installed packages to mitigate CVEs.

Fix for CircleCI tag build

22 Jan 11:18
Compare
Choose a tag to compare
v0.0.2

Prep v0.0.2 release

First release

22 Jan 10:54
c29b557
Compare
Choose a tag to compare

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.