Skip to content

Commit

Permalink
AUTH-33 fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Mar 20, 2023
1 parent 10e787d commit e0f49b7
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -25,6 +25,7 @@
import org.appng.api.Platform;
import org.appng.api.ProcessingException;
import org.appng.api.Scope;
import org.appng.api.SiteProperties;
import org.appng.api.model.Property;
import org.appng.api.model.SimpleProperty;
import org.appng.api.support.CallableAction;
Expand Down Expand Up @@ -63,6 +64,7 @@ protected Properties getProperties() {
props.put(AuthenticationSettings.SAML_ENABLED, "false");
props.put(AuthenticationSettings.SAML_CLIENT_ID, "");
props.put(AuthenticationSettings.SAML_FORWARD_TARGET, "");
props.put("site." + SiteProperties.MANAGER_PATH, "/manager");
return props;
}

Expand Down

0 comments on commit e0f49b7

Please sign in to comment.