OpenID Connect development server based on https://github.com/zitadel/oidc/tree/main/example/server.
ISSUER: fully qualified domain name.DATA_DIR: absolute path to stored mock data. e.g./data.PORT(optional): server port. Default:10001. Expose accordingly if using containers.
-
${DATA_DIR}/users/*.json: JSON files with key-value pairs of users for easier testing. Keys are ignored. Server will raise errors at login page if duplicated IDs are found for easier debugging. The${DATA_DIR}/usersfolder is continuously watched for changes. Seestorage/user.go'sUserfor available fields. -
${DATA_DIR}/redirect_uris.txt: valid redirect URIs to load at startup.
See example directory. Run with ./example/run, point to it in your client
app and edit redirect_uris.txt accordingly.