-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OIDC userinfo endpoint for User-Agent to obtain claims about the End-User #76
base: main
Are you sure you want to change the base?
Conversation
|
312304f
to
7ebe23b
Compare
7ebe23b
to
8403c0d
Compare
Information from location = /foobar {
error_page 401 = @do_oidc_flow;
proxy_intercept_errors on;
proxy_ssl_server_name on;
proxy_set_header Authorization "Bearer $access_token";
proxy_pass $oidc_userinfo_endpoint;
} |
|
fedccf9
to
5441a04
Compare
remove /userinfo location Add userinfo endpoint in README.md
cb1954f
to
c9690c3
Compare
|
Issue:
Background:
As a Product Manager (PM) of NGINX Management Suite - API Connectivity Management (NMS-ACM) or a PM of SPA,
I want a User-Agent to obtain claims about End-User to show signed-in user information in detail using the OIDC userinfo endpoint of the OP.
Description:
$oidc_userinfo_endpoint
oidc_userinfo_endpoint
.