Identity Provider Development

Complete the development setup

Setup Environment

.env file for initializing following variables needs to be setup in project root to configure environment. This file is ignored by git.

DB_HOST=localhost
DB_NAME=identity-provider
DB_USER=identity-provider
DB_PASSWORD=admin
# Optional
EVENTS_PROTO=mqtt
EVENTS_HOST=localhost
EVENTS_USER=user
EVENTS_CLIENT_ID=building-blocks
EVENTS_PASSWORD=changeit
EVENTS_PORT=1883

Note: It is important to change the secrets and password. DO NOT USE development passwords or secrets in production.

Login to Identity Provider to manage the user profile.