Skip to content

alegzable/ReactIdentityServer4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactIdentityServer4

Example app that implements OAuth2 Authorization Code flow with PKCE (https://oauth.net/2/pkce/), built with ASP.NET Core, IdentityServer4 and React.

Getting started

  1. Create a SQL Server database and replace the connection string in IdentityServer/appsettings.json
  2. Run all scripts from dbScripts.txt (from ReactIdentityServer4\IdentityServer directory)
  3. Set all three projects as StartUp Projects
  4. Start the solution

Side notes

ReactClient is built with Create React App (https://create-react-app.dev/).