Registry / auth / opensaml

opensaml

JSON →
library2.6.4javamavenunverified

Provides tools for creating, parsing, and validating SAML assertions, protocols, and bindings.

<dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml</artifactId> <version>2.6.4</version> </dependency>
INSTALL
IMPORT
SIG · OPENSAML
O
opensaml
authjavav2.6.4
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.

Assertion
org.opensaml.saml2.core.Assertion

Unmarshal a SAML Assertion from XML.

import org.opensaml.saml2.core.Assertion; import org.opensaml.xml.Configuration; import org.opensaml.xml.io.UnmarshallerFactory; // Parse SAML response XML into Assertion object UnmarshallerFactory unmarshallerFactory = Configuration.getUnmarshallerFactory(); Assertion assertion = (Assertion) unmarshallerFactory.getUnmarshaller(assertionElement).unmarshall(assertionElement);
Debug
Known issues
breakingOpenSAML 2.x is outdated; consider upgrading to OpenSAML 3.x or 4.x for security fixes.
fix
Use org.opensaml:opensaml-core (3.x/4.x) for modern SAML support.
affects: 2.6.4
Upgrade
Version history
2.6.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
opensaml — mvn dependency:get opensaml · libregistry