IdentityServer4.Admin
🚩 IdentityServer4 AdminUI and SSO
Install / Use
/learn @dotnetcore-group/IdentityServer4.AdminREADME
<h1 align="center">IdentityServer4 AdminUI</h1>
<p align="center"><img src="./ids4-admin.png"/>
<p align="center">IdentityServer4 AdminUI and Single Sign On</p>
This project is only a demonstration project, do not use it in production!
run in docker
- replace your ip address:
.env:EXTERNAL_DNS_NAME_OR_IP=[your ip]src\IDS4.AdminUI\docker\nginx.conf:proxy_pass http://[your ip]:5004
-
start up run
docker-compose up --buildcommand in the root directory. -
open in browser
- AdminUI:
http:[your ip]:8000 - SSO:
http:[your ip]:5006 - API:
http:[your ip]:5004/swagger/index.html
