Skip to content

Auth repository contains workflow for working with authentication and authorization. Various concepts like IdentityServer4, OAuth, OpenID Connect, external providers are covered through the code.

Notifications You must be signed in to change notification settings

nemanjarogic/Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Auth

Auth repository contains workflow for working with authentication and authorization.
Various concepts like IdentityServer4, OAuth, OpenID Connect, external providers are covered through the code.

Next branchses are available:

  1. simple-client-credentials - Protecting an API using Client Credentials
  2. interactive-ui-external-auth - Interactive Applications with ASP.NET Core
  3. api-access-from-mvc-client - ASP.NET Core and API access
  4. javascript-client - Adding a JavaScript client
  5. entity-framework - Using EntityFramework Core for configuration and operational data
  6. identity - Using ASP.NET Core Identity

Available projects from the solution will be available through the ports:

  • IdentityServer: 5001

  • IdentityServerAspNetIdentity: 5001 (run only one of the identity servers)

  • Api : 6001

  • MvcClient : 5002

  • JavaScriptClient : 5003

  • ReactClient : 6003 (ReactClient is not configured for work with IdentityServer, it's just initial project)

Please note that sensitive information (like client secret) shouldn't be stored in the source code of your application.

About

Auth repository contains workflow for working with authentication and authorization. Various concepts like IdentityServer4, OAuth, OpenID Connect, external providers are covered through the code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published