From 5a37754b62924f5906c08b75d4a886e146438b16 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Wed, 4 Mar 2015 10:38:06 -0500 Subject: [PATCH] fix SAML examples --- examples/saml/testsaml.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/saml/testsaml.json b/examples/saml/testsaml.json index d092362f58..b7f66af0de 100755 --- a/examples/saml/testsaml.json +++ b/examples/saml/testsaml.json @@ -31,8 +31,8 @@ "enabled": true, "fullScopeAllowed": true, "protocol": "saml", - "baseUrl": "http://localhost:8080/sales-post", - "adminUrl": "http://localhost:8080/sales-post", + "baseUrl": "http://localhost:8080/sales-post/", + "adminUrl": "http://localhost:8080/sales-post/", "redirectUris": [ "http://localhost:8080/sales-post/*" ], @@ -45,8 +45,8 @@ "enabled": true, "protocol": "saml", "fullScopeAllowed": true, - "baseUrl": "http://localhost:8080/sales-post-sig", - "adminUrl": "http://localhost:8080/sales-post-sig", + "baseUrl": "http://localhost:8080/sales-post-sig/", + "adminUrl": "http://localhost:8080/sales-post-sig/", "redirectUris": [ "http://localhost:8080/sales-post-sig/*" ], @@ -64,8 +64,8 @@ "enabled": true, "protocol": "saml", "fullScopeAllowed": true, - "baseUrl": "http://localhost:8080/sales-post-enc", - "adminUrl": "http://localhost:8080/sales-post-enc", + "baseUrl": "http://localhost:8080/sales-post-enc/", + "adminUrl": "http://localhost:8080/sales-post-enc/", "redirectUris": [ "http://localhost:8080/sales-post-enc/*" ], @@ -86,8 +86,8 @@ "enabled": true, "fullScopeAllowed": true, "protocol": "saml", - "baseUrl": "http://localhost:8080/employee", - "adminUrl": "http://localhost:8080/employee", + "baseUrl": "http://localhost:8080/employee/", + "adminUrl": "http://localhost:8080/employee/", "redirectUris": [ "http://localhost:8080/employee/*" ], @@ -100,8 +100,8 @@ "enabled": true, "protocol": "saml", "fullScopeAllowed": true, - "baseUrl": "http://localhost:8080/employee-sig", - "adminUrl": "http://localhost:8080/employee-sig", + "baseUrl": "http://localhost:8080/employee-sig/", + "adminUrl": "http://localhost:8080/employee-sig/", "redirectUris": [ "http://localhost:8080/employee-sig/*" ],