Shawn Kim

Results 16 issues of Shawn Kim

**Issue:** - https://github.com/nginxinc/nginx-openid-connect/issues/70 **Summary:** - Added the IdP's end session endpoint to terminate the user session on the IdP's side. - Added the customizable variable to support different query parameters...

**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.

**Issue:** - https://github.com/nginxinc/nginx-openid-connect/issues/77 **Background:** - As a Product Manager, I want to more flexibly configure query parameters for the OIDC authZ endpoint. So customers can customize the OIDC endpoints to...

**Issue:** - https://github.com/nginxinc/nginx-openid-connect/issues/75 **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...

As a Product Manager, 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:** -...

As a Product Manager, I want to integrate with IdP's end session endpoint to terminate the user session on the IdP's side as the current NJS implementation clear the token...

**AC:** - Add a map variable of `$oidc_landing_page` to determine where to send browser after successful OIDC login from the IdP. **Out of Scope:** - Add a `/login` location to...

- This PR is to update docs of `README.md` which is automatically formatted by **Markdown Formatter**.

As a Product Manager, I want to more flexibly configure query parameters for the OIDC authZ endpoint. So customers can customize the OIDC endpoints to pass vendor specific query parameters...

As a Product Manager, I want to use `access token` for the `API authorization` in the apps as the current NJS implementation doesn't support access token yet. **AC:** - Capture...