We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8811bc2 + e283b6e commit 755eb19Copy full SHA for 755eb19
1 file changed
onelogin-saml-sso/php/functions.php
@@ -60,6 +60,10 @@ function saml_user_register() {
60
}
61
62
function saml_sso() {
63
+ if ( defined( 'WP_CLI' ) && WP_CLI ) {
64
+ return true;
65
+ }
66
+
67
if (is_user_logged_in()) {
68
return true;
69
0 commit comments