Guest User

Untitled

a guest
Oct 17th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. services.AddIdentityServer()
  2. .AddDeveloperSigningCredential()
  3. .AddInMemoryApiResources(Config.GetApiResources())
  4. .AddInMemoryClients(Config.GetClients())
  5. .AddTestUsers(Config.GetTestUsers());
Add Comment
Please, Sign In to add comment