Registry / auth / spring-security-saml2-service-provider

spring-security-saml2-service-provider

JSON →
library7.0.5javamavenunverified

Spring Security module for SAML2 service provider support.

<dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-saml2-service-provider</artifactId> <version>7.0.5</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SECURITY-SA
S
spring-security-saml2-service-provider
authjavav7.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Saml2AuthenticationToken
org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationToken

Creates a SAML2 authentication token.

import org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationToken; public class Example { public static void main(String[] args) { Saml2AuthenticationToken token = new Saml2AuthenticationToken(null, null); System.out.println("SAML2 token created"); } }
Debug
Known issues
breakingSpring Security 7.x requires Java 17+ and Spring Framework 6.x.
fix
Ensure your project uses Java 17 and Spring Boot 3.x or later.
affects: >=7.0.0
Upgrade
Version history
7.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Resources
spring-security-saml2-service-provider — mvn dependency:get spring-security-saml2-service-provider · libregistry