We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e75b80 commit 7d680c4Copy full SHA for 7d680c4
1 file changed
onelogin-saml-sso/php/settings.php
@@ -57,7 +57,7 @@
57
}
58
59
60
-$acs_endpoint = get_site_url() . (get_option('onelogin_saml_alternative_acs', false) ? plugins_url( 'alternative_acs.php', dirname( __FILE__ ) ) : '/wp-login.php?saml_acs');
+$acs_endpoint = get_option('onelogin_saml_alternative_acs', false) ? plugins_url( 'alternative_acs.php', dirname( __FILE__ ) ) : wp_login_url() . '?saml_acs';
61
62
$settings = array (
63
0 commit comments