Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 483 Bytes

building-source.md

File metadata and controls

14 lines (9 loc) · 483 Bytes

Build the project

To build the whole project, execute this command:

./mvnw clean install -DskipTests

WARN: To properly build the authn-policy module, check the particular README.

Start server with adaptive and authn-policy modules

Refer to the examples/all-in-one module to see how to start server with both modules enabled. You will be able to leverage authentication policies together with the adaptive capabilities.