I cannot find any information on how to implement the SAML Toolkit for existing Java Web Apps with the following constraints:
- Given a Java Web App (non Spring) packaged as a war file and no have access to the Java source code.
- The war file is deployed to Tomcat 9 running on an Azure VM under the webapps folder.
- OpenJDK 21 for the Java Version
- Azure Entra ID Enterpise Apps is used for IDP with SAML enabled
- Can I use the SAML Toolkit as a service provider within Tomcat and have Tomcat act as the Service Provider / Relying Party?
https://github.com/SAML-Toolkits/java-saml/releases/tag/v2.9.0