Skip to content

Commit a0c6629

Browse files
authored
Merge pull request #16 from rtufisi/fix-run-command
Fix run command
2 parents 49ff616 + 451d93a commit a0c6629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

saml2/idp-initiated/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ This project was generated with [Spring Initializr](https://start.spring.io/). C
1111
3. Import realm in file: `/keycloak/test-realm-export.json`\
1212
You will need to change the ```singleSignOnServiceUrl``` with the one found in the metadata from OKTA application created at step 1
1313
4. Import saml-client: `/keycloak/saml-client.json`
14-
5. Run project using: `mvn:bootRun`
14+
5. Run project using: `./gradlew bootRun`
1515
6. Start authentication from OKTA application page

0 commit comments

Comments
 (0)