Skip to content

Instantly share code, notes, and snippets.

/**
* Created by Nicolo on 24/10/2016.
*/
public class Roman {
private enum Numerals {
I(1),
V(5),
X(10),
L(50),
commit 2b652b56b9ac0468c881007b6bc22ae76a6239c5
Author: metal-hed
Date: Tue Sep 13 11:57:25 2016 -0400
Update SAML library to optionally use a LogoutResponse URL which is different from the LogoutRequest URL
diff --git a/src/main/java/com/onelogin/saml2/Auth.java b/src/main/java/com/onelogin/saml2/Auth.java
index d1ea696..10b38ac 100644
--- a/src/main/java/com/onelogin/saml2/Auth.java
+++ b/src/main/java/com/onelogin/saml2/Auth.java