Skip to content

chirdeeptomar/identityserver4-aspnetidentity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

identityserver4-aspnetidentity

Identity Server 4 with ASP.net Identity

This code used Postgres for storage, please make appropriate changes for SqlServer in ConfigureServices method.

Register User:

POST http://localhost:5000/api/accounts/ { "email": "hello@test.com", "password": "Sample123!!" }

Login User:

POST http://localhost:5000/connect/token/ {
"username":"hello@test.com", "password":"Sample123!!", "scope":"api.location", "grant_type":"password", "client_id":"client", "client_secret":"secret" }

About

Identity Server 4 with ASP.net Identity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages