An end to end Kubernetes deployment of the Curity Identity Server, for demo purposes.
The system can be deployed on a workstation via bash scripts, and has the following prerequisites:
Make sure you have these prerequisites installed, then copy a license file to the idsvr/license.json
location.
You can get a free community edition license from the Curity Developer Portal.
Follow the steps in the Kubernetes Demo Installation article:
./1-create-cluster.sh
./2-create-certs.sh
./3-deploy-postgres.sh
./4-deploy-idsvr.sh
Once complete you will have a fully working system:
- OAuth and OpenID Connect Endpoints used by applications
- A rich Admin UI for configuring applications and their security behavior
- A SQL database from which users, tokens, sessions and audit information can be queried
- A SCIM 2.0 API for managing user accounts
- A working End to End Code Sample
Please visit curity.io for more information about the Curity Identity Server.