- 2023-5-31 Add the code
Based on IdentityServer4, this project is used to provide a web UI form manage the settings for IdentityServer 4.
- +server : based on webapi , freesql, csredis
- IdentityServer4.Admin.WebApi
- IdentityServer4.Storage.FreeSql
- IdentityServer.QuickStart.UI
- +admin : Web UI for manage the IdentityServer4, based on VUE, Antd-VUE
Put your local mysql and redis config to project secrets.
Build the webapi and the view into single image
docker build -t identity-admin:localest -f ./docker/Dockerfile .http://demo-idsadm.dotnetcore.icu/admin/ Demo user: admin/Demo123456