You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
The readme says the following for the tepmlate is4inmem :
dotnet new is4inmem
Adds a basic IdentityServer with UI, test users and sample clients and resources. Shows both in-memory code and JSON configuration.
I can't seem to find where the JSON configuration is done. Based on the description I thought I would find some file that contains the JSON data for clients, ApiResources, TestUsers e.t.c. that is currently done in code via the "Config" and "TestUser" classes.
Did I understand that correctly? Can someone point me to where the JSON configuration is used?
Thanks!
The text was updated successfully, but these errors were encountered:
Ahh, yes, that was what I was looking for. Thanks!
I'm building a small docker image that allows me to develop and test my own application without having to rely on some public IdPs. Would it be ok for you if I publish such an image to the docker hub?
I'd also send a PR your way if you'd like to have it in your repos. I'd actually prefer that so the docker image won't get stale so fast because I won't be able to keep up with the (awesome new) changes you are constantly providing!
The readme says the following for the tepmlate
is4inmem
:I can't seem to find where the JSON configuration is done. Based on the description I thought I would find some file that contains the JSON data for clients, ApiResources, TestUsers e.t.c. that is currently done in code via the "Config" and "TestUser" classes.
Did I understand that correctly? Can someone point me to where the JSON configuration is used?
Thanks!
The text was updated successfully, but these errors were encountered: