Registry / auth / spring-security-saml2-core

spring-security-saml2-core

JSON →
library1.0.10.RELEASEjavamavenunverified

Provides SAML v2 authentication and single sign-on support for Spring Security applications.

<dependency> <groupId>org.springframework.security.extensions</groupId> <artifactId>spring-security-saml2-core</artifactId> <version>1.0.10.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SECURITY-SA
S
spring-security-saml2-core
authjavav1.0.10.RELEASE
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.

SAMLEntryPoint
org.springframework.security.saml.SAMLEntryPoint

Initialize a SAML entry point for Spring Security.

import org.springframework.security.saml.SAMLEntryPoint; public class SamlConfig { public SAMLEntryPoint samlEntryPoint() { return new SAMLEntryPoint(); } }
Debug
Known issues
breakingVersion 1.0.10.RELEASE is outdated; consider migrating to Spring Security's built-in SAML support in newer versions.
fix
Upgrade to Spring Security 5.x+ which includes native SAML2 support.
affects: <2.0.0
Upgrade
Version history
1.0.10.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
spring-security-saml2-core — mvn dependency:get spring-security-saml2-core · libregistry