Skip to content

Angular 10 (SPA) and Identity Server 4 (authorization code flow with pkce) with cookie storage (to fix redirect on identity server page) || angular-auth-oidc-client

Notifications You must be signed in to change notification settings

arv9135/Angular-IdentityServer-Cookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 10 || Identity Server 4 || Cookie storage || angular auth oidc client

Securing the SPA application with identity server 4 with authorization code flow with pkce. 

Store id token, access token and user information in browser cookie (by default it is stored in session). 

To fix redirect on identity server login page even after already logged in the identity server.

Build and run:

Run identity server on port 44300

run angular project on https://localhost:4200

npm install
npm start

Login with details available in TestUsers.cs file (IDP => Quickstarts => TestUsers.cs)

About

Angular 10 (SPA) and Identity Server 4 (authorization code flow with pkce) with cookie storage (to fix redirect on identity server page) || angular-auth-oidc-client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages