This is a fork of the OneLogin java-saml
SAML library using jakarta.servlet
instead of javax.servlet
.
Original sources and pom.xml
are located here
Add the following dependency:
<dependency>
<groupId>io.github.simplicitesoftware</groupId>
<artifactId>java-saml</artifactId>
<version>2.9.0</version>
</dependency>
Same as the original library (MIT)