IdentityServer3 with EF support and Asp.NEt Identity -


i planning use identityserver3 identityserver3.entityframework clients,scopes , operationaldata. , want configure user store using identityserver3.aspnetidentity

what recommendation here? okay have single database clients, scopes, operational data , asp.net identity? there issue ef migration if have asp.net identity tables in same database?

or should create seprate database 1 identityserver3.entityframework , asp.net identity?

i want configure users per client, not sure supported identityserver3

i not know if there issue combining database did 2 databases working. in case not using migrations , using modified ef datastore users info. not recall exact details did have mess of configuration working. right see scopes , clients working me, roles created own authorize attribute solve "what kind of token has roles" thing never understood way. experience has been 1 of trail , error seems there no 1 simple path in making oauth / oidc work. not fault of identity server, it's due part oauth , oidc specs.


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -