Skip to content

This project is the Implementation of Identity server 4 in Asp.net core written in .net core 3. All IS4 settings are fetched from the SQL server database and no hard code values are used.

Notifications You must be signed in to change notification settings

sjafarianm/IdentityServerV4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is the Implementation of Identity server 4 in Asp.net core written in .net core 3. All IS4 settings are fetched from the SQL server database and no hard code values are used. follow instructions below to launch the project:

  1. Create a database named IdentityServer(if you want to change the name of the database, you should edit the connection string value in the appsettings.json in the IdentityServerApi project)
  2. Execute the SQL schema schema backup to restore the schema to your database)
  3. Execute the SQL data backup to use the initialized data ( if you want to create your scope, client, etc. you can ignore this step.
  4. Use Postman collection to create user.
  5. Use Postman collection to test token generation and authorization.

About

This project is the Implementation of Identity server 4 in Asp.net core written in .net core 3. All IS4 settings are fetched from the SQL server database and no hard code values are used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published