8000 Updates README for documenting the saml_idp_response_url variable · nginxinc/nginx-saml@c8173a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8173a1

Browse files
authored
Updates README for documenting the saml_idp_response_url variable
This documentation points aims to help users solving non working IdP initiated Single Logout due to a potential endpoints difference between the SingleLogoutRequest and SingleLogoutResponse consumption endpoints on the IdP.
1 parent 3de8544 commit c8173a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ Manual configuration involves reviewing the following files so that they match y
390390
- **saml_sp_configuration.conf** - this contains the primary configuration for one or more SPs and IdPs in `map{}` blocks
391391
- Modify all of the `map…$saml_sp_` blocks to match your SP configuration
392392
- Modify all of the `map…$saml_idp_` blocks to match your IdP configuration
393+
- You may also add another block `map $host $saml_idp_slo_response_url` in case your IdP has different endpoints for SingleLogoutRequest and SingleLogoutResponse. Leaving this empty select the same endpoint for both assertions.
393394
- Modify the URI defined in `map…$saml_logout_redirect` to specify an unprotected resource to be displayed after requesting the `/logout` location
394395
- If NGINX Plus is deployed behind another proxy or load balancer, modify the `map…$redirect_base` and `map…$proto` blocks to define how to obtain the original protocol and port number.
395396
- If you need to adjust the default allowable clock skew from the standard 120 seconds to accommodate time differences between the SP and IdP, add the `map…$saml_sp_clock_skew` block and specify the desired value in seconds.

0 commit comments

Comments
 (0)
0