Skip to content

boeschenstein/oidc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

OIDC - OpenID Connect

State of the art (2024)

  • OUT: Client-side packages in Angular
  • IN: BFF - Angular app: Login in Backend (read stuff from Damien Bowden)

HTTPS

Issue: redirects to http instead of https

I found several options:

Avoid https redirection

Better remove app.UseHttpsRedirection(); because this will not forward authorization headers from http to https-

How to avoid Login Page

Redirect url prompt=none

About

OIDC OpenID Connect + OAuth Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors