Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:services:it_security:aai:serviceowner [2024/01/31 17:24] – [Setting up your Service Provider (SP)] sdabbagen:services:it_security:aai:serviceowner [2024/01/31 17:28] (current) – [Setting up your Service Provider (SP)] sdabbag
Line 116: Line 116:
  6. Check if your metadata is available. It should be found at ''https://sp.example.org/Shibboleth.sso/Metadata''. If it looks valid, proceed to step 7. Please keep in mind that the official documentation says not to use the autogenerated Metadata. If you decide to follow this hint, make the metadata publicy available at another place and proceed to step 7.  6. Check if your metadata is available. It should be found at ''https://sp.example.org/Shibboleth.sso/Metadata''. If it looks valid, proceed to step 7. Please keep in mind that the official documentation says not to use the autogenerated Metadata. If you decide to follow this hint, make the metadata publicy available at another place and proceed to step 7.
  
- 7. Open an issue in this github project to have your metadata configured in the up2u-sso. Provide either the autoconfigured or hosted metadata link in there.+ 7. Open an issue in this github project to have your metadata configured in the sso. Provide either the autoconfigured or hosted metadata link in there.
  
 ---- ----
 ** Example: Configuration** ** Example: Configuration**
  
-In this section are the config files of one prototype SP inside up2u with ownCloud 
  
 ''/etc/shibboleth/shibboleth2.xml'' ''/etc/shibboleth/shibboleth2.xml''
Line 148: Line 147:
  
     <!-- The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined. -->     <!-- The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined. -->
-    <ApplicationDefaults entityID="https://oc.test.up2university.eu/shibboleth"+    <ApplicationDefaults entityID="https://sp.example.org/shibboleth"
                          REMOTE_USER="eppn persistent-id targeted-id">                          REMOTE_USER="eppn persistent-id targeted-id">
  
Line 283: Line 282:
  
     <Attribute name="urn:oid:0.9.2342.19200300.100.1.3" id="mail"/>     <Attribute name="urn:oid:0.9.2342.19200300.100.1.3" id="mail"/>
- 
-    <Attribute name="urn:oid:3.1.3.3.8" id="up2uid"/> 
          
     <Attribute name="urn:oid:0.9.2342.19200300.100.1.1" id="uid"/>     <Attribute name="urn:oid:0.9.2342.19200300.100.1.1" id="uid"/>
Line 352: Line 349:
 </code> </code>
  
-**/etc/apache2/site-enabled/owncloud_ssl.conf**+**/etc/apache2/site-enabled/ssl.conf**
 <code> <code>
 <VirtualHost *:443> <VirtualHost *:443>