issues
search
nginxinc
/
nginx-openid-connect
Reference implementation of OpenID Connect integration for NGINX Plus
https://www.nginx.com/products/nginx/
Other
200
stars
94
forks
source link
Add OIDC landing page for nginx to redirect after successful OIDC login
#74
Open
shawnhankim
opened
1 year ago
shawnhankim
commented
1 year ago
Issue:
https://github.com/nginxinc/nginx-openid-connect/issues/73
Description:
Added a map variable of
$oidc_landing_page
to determine where to send browser after successful login from the IdP.
shawnhankim
commented
1 year ago
@route443 :
Thanks for your review in detail for the
PR
.
This PR is to simplify from the previous
PR
.
For you to easily manage this repo to reduce any concerns from the enhancements based on the reviews on the
PR
, I have divided a big PR into small PRs, and this is one of PRs.
Let me know if you have any questions.
Issue:
Description:
$oidc_landing_page
to determine where to send browser after successful login from the IdP.