IdentityServer / IdentityServer3.Admin.EntityFramework

Apache License 2.0
12 stars 30 forks source link

Added initialization code for IdentityServer in Startup. #19

Open bmontalvo opened 8 years ago

bmontalvo commented 8 years ago

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: