Fediz TomcatPage edited by Oliver WulffChanges (9)
Full ContentTomcat PluginThis page describes how to enable Federation in Tomcat. This Tomcat instance acts as the Relying Party which means it validates the incoming SignInResponse which has been created by the Identity Provider (IDP) server. InstallationYou can either build the Fediz plugin on your own or download the package here. If you have built the plugin on your own you'll find the required libraries in plugins/tomcat/target/...zip-with-dependencies.zip
ConfigurationHTTPS configurationIt's recommended to set up a dedicated (separate) Tomcat instance for the Relying Party. The Fediz examples requires configuring the following TCP ports:
The Relying Party must be accessed over HTTPS to protect the security tokens issued by the IDP. The Tomcat HTTP(s) configuration is done in conf/server.xml. This is a sample snippet for an HTTPS configuration:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
keystoreFile="tomcatKeystore.jks"
keystorePass="tompass" sslProtocol="TLS" />
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
- [CONF] Apache CXF > Fediz Tomcat confluence
