OpenAthens SP to Shibboleth (using OA Federation): Deep Links

Manoj Kancharla manojk at silverchair.com
Thu Jan 28 11:22:21 EST 2016


In Shibboleth2.xml, I added an additional <Host> entry for the subdomain site and added an <Alias> within <Site> for the subdomain host. That didn't help. I'm stuck!

			<Host name="amadev.silverchair.com" applicationId="amaDev" authType="shibboleth" requireSession="false" />
			<Host name="jama.amadev.silverchair.com" applicationId="amaDev" authType="shibboleth" requireSession="false" />

			<Site id="5" name="amadev.silverchair.com" scheme="https" port="443">
				<Alias>jama.amadev.silverchair.com</Alias>
			</Site>  

-- Manoj

-----Original Message-----
From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Cantor, Scott
Sent: Thursday, January 28, 2016 10:52 AM
To: Shib Users
Subject: RE: OpenAthens SP to Shibboleth (using OA Federation): Deep Links

> Scott, in Shibboleth2.xml, we have one entry for <Site> and <Host> 
> respectively. Are you suggesting I add <Host> node for each sub-domain?

You have to have a <Site> for every IIS site/instance using the SP. You have to have a <Host> and associated settings for anything you want to attach settings to based on the properties of the request.

The request into a site will be mapped to a normalized URL based on the <Site> element. And the native.log can tell you exactly what requests it sees to identify what the mappings actually are in practice.

-- Scott

--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list