Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Securing war app with mutual(two-way) SSL configuration over wildfly. #68

Merged
merged 1 commit into from
Sep 7, 2015

Conversation

girirajsharma
Copy link
Contributor

This quickstart shows how to configure wildfly to enable TLS/SSL configuration for the new wildfly web-subsystem Undertow and enable mutual (two-way) SSL authentication for clients in order to secure a war application with restricted access.
Different client certificates present in security-domain truststore can be assigned different roles on the basis of app-roles.properties file.
Please refer README.md for help and guide.


<!-- maven-compiler-plugin -->
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use 1.8 here :) 10.x quickstarts and wildfly10+ all require JDK8.

@girirajsharma
Copy link
Contributor Author

updated.

ctomc added a commit that referenced this pull request Sep 7, 2015
Securing war app with mutual(two-way) SSL configuration over wildfly.
@ctomc ctomc merged commit 576d470 into wildfly:10.x Sep 7, 2015
@ctomc
Copy link
Contributor

ctomc commented Sep 7, 2015

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants