https://github.com/thorstenhans/demo-idsrv
minimal IdentityServer4 docker image
https://github.com/thorstenhans/demo-idsrv
Last synced: about 1 month ago
JSON representation
minimal IdentityServer4 docker image
- Host: GitHub
- URL: https://github.com/thorstenhans/demo-idsrv
- Owner: ThorstenHans
- Created: 2017-08-31T18:49:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T19:04:27.000Z (over 7 years ago)
- Last Synced: 2025-02-15T10:18:16.919Z (3 months ago)
- Language: C#
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InMemory Demo IdentityServer4
demo image...
```
$ docker build -t demo-idsrv .
$ docker run -d --name idsrv -e "ASPNETCORE_ENVIRONMENT=Development" -p5000:80 demo-idsrv
```...to be documented