SP configuration for different WAYF services

Samsamoddin Rajaei Samsamoddin.Rajaei at bsb-muenchen.de
Fri Feb 10 09:41:20 UTC 2023


Hello everybody,

Can someone help me with the following issue on SP configuration:

I have two Applications running on the same server like:
   www.mydomain.com/APP1 
   www.mydomain.com/APP2 

I want to configure them to send authetications to different WAYF Services:
   www.mydomain.com/APP1  ===> WAYF-1
   www.mydomain.com/APP2  ===> WAYF-2

What I currently have, is the following configuration, which forwards all requests from APP1 and APP2 to the same WAYF site:
 
	<Host name="www.mydomain.com" applicationId="myHost" authType="shibboleth" requireSession="true"/>
	.
	.
	.
	<ApplicationOverride id="myHost" entityID="https://www.mydomain.com/shibboleth">
			<Sessions  lifetime="28800" timeout="3600" checkAddress="false" 
			           handlerSSL="true" cookieProps="https" relayState="ss:mem"
					   idpHistoryDays="7" redirectLimit="exact">
					<SSO discoveryProtocol="SAMLDS" relayState="cookie"
							discoveryURL="WAYF-1">
							SAML2
					</SSO>
			</Sessions>
			...
	</ApplicationOverride>

 
Thank you for any hint.
Sam
Bavarian State library ‑ Munich





More information about the users mailing list