Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • You can use java-idp-x509-login-handler/examples/login.jsp as an example.
  • Adjust the form action URLs.
  • Place it in $IDP_INSTALL_DIR/src/main/webapp/ (Do a backup of your orginal login.jsp!)

Caution: This may result in unexpected behaviour of the IdP from the perspective of the SP if it specifically required username/password authentication method and the user logs in with x509 authentication method.

...

Code Block
<!-- ... -->
<!-- Logs X.509 LoginHandler messages -->
<logger name="ch.SWITCH.aai.idp.x509">
    <level value="WARN"/>
</logger>
<!-- ... -->

Deployment

Backup your IdP configuration before re-deploying the IdP web app

Code Block
 $IDP_INSTALL_DIR/install.sh

...