Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 551 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 551 Bytes

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/).