Multiple Entity example for SP

Kevin P. Foote kpfoote at iup.edu
Mon Jun 25 21:40:33 BST 2012


What you find below is covered in the wiki with much greater detail on
the page I previously linked and its supporting pages.. 


[shibboleth2.xml]
<ApplicationOverride id="xwiki2" entityID="https://xwiki2.test.some.edu"
REMOTE_USER="uid"/>

[vhost.conf]
<Location />
ShibRequestSetting applicationId xwiki2
ShibRequestSetting requireSession 1
AuthType shibboleth
Require valid-user
</Location>


------
thanks
  kevin.foote

On Mon, 25 Jun 2012, Dex wrote:

-> I know how the entityId's are defined.  I've read through the docs on
-> Application overrides, I was just hoping someone had some examples they could
-> share.
-> 
-> On 6/25/2012 10:17 AM, Kevin P. Foote wrote:
-> > The SP does not "generate" the entityID. Rather you define the entityId(s)
-> > in the
-> > metadata as well as the application that maps to that entityId in the
-> > shibboleth2.xml file.
-> > 
-> > To make use of multiple entityId(s) on a single SP you will be making use
-> > of the AppliationOverride functionality of the SP.
-> > 
-> > All you need should be in the wiki.
-> > 
-> > https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApplicationOverride
-> > 
-> > ------
-> > thanks
-> >    kevin.foote
-> > 
-> > On Mon, 25 Jun 2012, Dex wrote:
-> > 
-> > ->  Anyone have an example of how to generate multiple Entity ID's in one
-> > ->  Service Provider?  I need to support a test and prod site on same box.
-> > ->  My SP is connected to a ADFS box that requires unique Entity ID's.
-> > ->  --
-> > ->  To unsubscribe from this list send an email to
-> > users-unsubscribe at shibboleth.net
-> > ->
-> > --
-> > To unsubscribe from this list send an email to
-> > users-unsubscribe at shibboleth.net
-> 


More information about the users mailing list