https://github.com/swisslife-oss/idops
IdOps is a multi-tenant Identity Server resource management platform.
https://github.com/swisslife-oss/idops
identity idops
Last synced: 5 months ago
JSON representation
IdOps is a multi-tenant Identity Server resource management platform.
- Host: GitHub
- URL: https://github.com/swisslife-oss/idops
- Owner: SwissLife-OSS
- License: mit
- Created: 2021-10-29T10:26:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-24T12:06:47.000Z (7 months ago)
- Last Synced: 2025-12-26T03:56:27.035Z (7 months ago)
- Topics: identity, idops
- Language: C#
- Homepage:
- Size: 2.69 MB
- Stars: 20
- Watchers: 4
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
IdOps is a multi-tenant Identity Server resource management platform.
## Getting Started
A local environment can be started using the `tye.yaml` configuration from the repository root.
- first install all node_modules needed for the UI
```powershell
yarn --cwd .\src\UI\
```
- then start the environment
```powershell
tye run
```
This will build and start the followings:
- IdOps UI & Server
- 2 x Identity Servers
- MongoDB
- RabbitMq
## Features
Work in Progress
## Community
This project has adopted the code of conduct defined by the [Contributor Covenant](https://contributor-covenant.org/)
to clarify expected behavior in our community. For more information, see the [Swiss Life OSS Code of Conduct](https://swisslife-oss.github.io/coc).