Skip to content

Instantly share code, notes, and snippets.

@Gobliins
Gobliins / azure_response.xml
Created December 12, 2016 14:44
resonse file from azures saml endpoint (credentials replaced by random strings)
<samlp:Response ID="_0e40651d-d7f5-4995-97f6-2c718ca2e82a"
Version="2.0" IssueInstant="2016-10-26T07:45:43.448Z"
Destination="https://myserver.de/_saml/validate/azure"
InResponseTo="gFrEr4dD8jERQThmQ" xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol">
<Issuer xmlns="urn:oasis:names:tc:SAML:2.0:assertion">
https://sts.windows.net/IssuerUUID/
</Issuer>
<samlp:Status>
<samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success" />
</samlp:Status>
@Gobliins
Gobliins / Opensaml 3 pom
Last active December 14, 2016 13:58
unmarshaller is null and JavaCryptoValidationInitializer class is not existing
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>my.company</groupId>
<artifactId>MavenOpenSaml3Test</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>MavenOpenSaml3Test</name>
<url>http://maven.apache.org</url>
<properties>