This project seeks to remedy some of the missing features in Okta.
- Group Management
- Querying User and Group Information
Copy .env.example to .env and change the values.
These are the Environmental Variables if you would like to deploy to Kubernetes or otherwise.
In order to keep our source of truth as Okta, we will use profile attributes for Group information.
Add the following attributes to control User's ability to join, leave, or see Groups:
["allowJoin", "allowLeave", "hidden"]
Install Docker and Docker Compose then run
docker-compose up