opensaml.2.4.1.source-code.saml2-metadata-idp-discovery-config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opensaml Show documentation
Show all versions of opensaml Show documentation
The OpenSAML-J library provides tools to support developers working with the Security Assertion Markup Language
(SAML).
<?xml version="1.0" encoding="UTF-8"?> <XMLTooling xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opensaml.org/xmltooling-config ../../src/schema/xmltooling-config.xsd" xmlns:idpdisco="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" xmlns="http://www.opensaml.org/xmltooling-config"> <!-- SAML 2.0 Protocol IdP Discovery Protocol Object providers --> <ObjectProviders> <!-- DiscoveryResponse provider --> <ObjectProvider qualifiedName="idpdisco:DiscoveryResponse"> <BuilderClass className=" org.opensaml.samlext.idpdisco.DiscoveryResponseBuilder" /> <MarshallingClass className="org.opensaml.samlext.idpdisco.DiscoveryResponseMarshaller" /> <UnmarshallingClass className="org.opensaml.samlext.idpdisco.DiscoveryResponseUnmarshaller" /> </ObjectProvider> </ObjectProviders> </XMLTooling>