We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a4426 commit 9ea3b49Copy full SHA for 9ea3b49
1 file changed
toolkit/src/main/java/com/onelogin/saml2/Auth.java
@@ -360,10 +360,6 @@ public String getSLOurl() {
360
* @return The url of the Single Logout Service Response.
361
*/
362
public String getSLOResponseUrl() {
363
- if (settings.getIdpSingleLogoutServiceResponseUrl() == null) {
364
- return settings.getIdpSingleLogoutServiceUrl().toString();
365
- }
366
-
367
return settings.getIdpSingleLogoutServiceResponseUrl().toString();
368
}
369
0 commit comments