Skip to content

Commit

Permalink
SED-1469 Disable authorization in Step OS
Browse files Browse the repository at this point in the history
  • Loading branch information
david-stephan committed Oct 14, 2022
1 parent bd77481 commit 7ecc9b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public boolean implementOTP() {
}

public boolean useAuthentication() {
return configuration.getPropertyAsBoolean("authentication", true);
return configuration.getPropertyAsBoolean("authentication", false);
}

public String getAuthenticatorName(){
Expand Down

0 comments on commit 7ecc9b7

Please sign in to comment.