An open API service indexing awesome lists of open source software.

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

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