From 1950112c54f979b03d046cdd89f2396610743360 Mon Sep 17 00:00:00 2001 From: Martin Haase <martin.haase@daasi.de> Date: Mon, 26 Jul 2010 14:58:16 +0000 Subject: [PATCH] updated config-dist with SLC support git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@6805 7c539038-3410-0410-b1ec-0f2a7bf1c452 --- .../config_tgwebauth-dist.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/info.textgrid.middleware.tgauth.webauth/config_tgwebauth-dist.xml b/info.textgrid.middleware.tgauth.webauth/config_tgwebauth-dist.xml index 20f0a4e..3ee4900 100644 --- a/info.textgrid.middleware.tgauth.webauth/config_tgwebauth-dist.xml +++ b/info.textgrid.middleware.tgauth.webauth/config_tgwebauth-dist.xml @@ -23,6 +23,12 @@ <user>user2</user> <password>password2</password> </sessioncreator> + <SLCsupport enable="true"> + <entitlementAttr name="entitlement">urn:geant:dfn.de:dfn-pki:slcs</entitlementAttr> + <portalDelegationURL>https://example.org/secure/portal.cgi</portalDelegationURL> + <noDelegationURL>https://example.org/WebAuthN/TextGrid-WebAuth-displaySID.php</noDelegationURL> + <SLCSaddress>https://test-slcs.pca.dfn.de/cgi-bin/portalLogin.cgi</SLCSaddress> + </SLCsupport> <setnamessecret>secret2</setnamessecret> </authz> </conf> -- GitLab