Again, two ways to enable it: Use environment variables (best choice if you run with Docker Compose): FINERACT_SECURITY_BASICAUTH_ENABLED=false FINERACT_SECURITY_OAUTH_ENABLED=true Use JVM parameters (best choice if you run the Spring Boot JAR): java -Dfineract.security.basicauth.enabled=...