Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Added initialization code for IdentityServer in Startup. #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bmontalvo
Copy link

I noticed that the Host.Config.Factory.cs code, which was intended to create clients & scopes if none were detected in the DB, was never traversed. I made modifications in the Startup class to use the IdentityServer configured with that Factory.

The following 2 changes were made to facilitate the IdentityServer code:

  • Changed idsrv3test.pfx Build Action to Embedded Resource.
  • Added Users class (copied from IdentityServer3.EntityFramework repo) for generating dummy users.

…ty DB with clients & scopes. Changed idsrv3test.pfx Build Action to Embedded Resource. Added Users class for generating dummy users.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants