-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added configuration from json file #231
Conversation
Great work, I will test it. 👍 |
…oruba/IdentityServer4.Admin into seeding-db-with-json-document
…oruba/IdentityServer4.Admin into seeding-db-with-json-document
…oruba/IdentityServer4.Admin into seeding-db-with-json-document
I'll add additional code for deserializing System.Security.Claims from Json, because by default they have trouble with that. So do not pull this just yet. |
…rs naming convention;
…ataConfiguration to IdentityServerDataConfiguration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR, I've updated your PR with some other configuration properties especially regarding authentication middleware.
Configuration read from json file. What do you think? I'd like to remove hardcoded code in the next commit :)
Client secrets are hashed before being pumped into db.