...
Federation Details
...
Federation name
...
Tuakiri Production
...
Tuakiri TEST
...
Metadata name
...
tuakiri.ac.nz
...
test.tuakiri.ac.nz
...
Metadata distribution point
...
https://directory.tuakiri.ac.nz/metadata/tuakiri-metadata-signed.xml
...
https://directory.test.tuakiri.ac.nz/metadata/tuakiri-test-metadata-signed.xml
...
Metadata signing certificate
...
https://directory.tuakiri.ac.nz/metadata/tuakiri-metadata-cert.pem
...
https://directory.test.tuakiri.ac.nz/metadata/tuakiri-test-metadata-cert.pem
...
Federation Registry URL
...
https://registry.tuakiri.ac.nz/federationregistry/
...
https://registry.test.tuakiri.ac.nz/federationregistry/
...
Discovery Service / WAYF URL
...
https://directory.tuakiri.ac.nz/ds/DS
...
Excerpt Include |
---|
| Tuakiri Metadata |
---|
| Tuakiri Metadata |
---|
nopanel | true |
---|
|
Registering an IdP into the Federation Registry
...
Multiexcerpt |
---|
MultiExcerptName | idp-register-ecp |
---|
|
Note |
---|
As of version 2.6.0, the Federation Registry automatically registers the ECP endpoint on new registrations, so no explicit action should be required. To add an ECP endpoint to an existing IdP registration, perform the following: |
In the Federation Registry registration for your IdP: |
...
The IdP also needs to be configured to support ECP.
...
Multiexcerpt |
---|
MultiExcerptName | idp3-load-metadata |
---|
|
|
...
For archival purposes, we also keep the original instructions for configuring the Tuakiri metadata into a 2.x IdP - unfold the box below to see the IdP 2.x compatible syntax:
Expand |
---|
title | Legacy IdP 2.x configuration to load Tuakiri metadata |
---|
|
Multiexcerpt |
---|
MultiExcerptName | idp-load-metadata |
---|
|
|
|
Configure attribute release/filtering through the federation
...
Multiexcerpt |
---|
MultiExcerptName | idp3-load-attribute-filter |
---|
|
Multiexcerpt |
---|
MultiExcerptName | idp-request-attribute-filter |
---|
| - Contact the federation administrators (by emailing tuakiri@reannz.co.nz) and request a URL for the Attribute Filter for your IdP.
- In the request, please include:
- The name (hostname or entityID) of your IdP
- An email address that should receive notifications whenever the attribute filter changes (these are notifications only, no action will be required).
- The attribute filter may have to be manually added to the list of attribute filters published. Once created, the URL will have the form of:
https://directory.tuakiri.ac.nz/attribute-filter/ <institution-domain>.xml
|
|
...
For archival purposes, we also keep the original instructions for configuring the Tuakiri-managed attribute filter into a 2.x IdP - unfold the box below to see the IdP 2.x compatible syntax:
Expand |
---|
title | Legacy IdP 2.x syntax to load an attribute filter |
---|
|
Multiexcerpt |
---|
MultiExcerptName | idp-load-attribute-filter |
---|
| After requesting the attribute filter:
Add the following entry into <srv:Service id="shibboleth.AttributeFilterEngine" in $IDP_HOME/conf/service.xml (note that the URL varies for each IdP and has to be obtained from the federation administrators): Code Block |
---|
| <srv:ConfigurationResource xsi:type="resource:FileBackedHttpResource"
url="https://directory.tuakiri.ac.nz/attribute-filter/<institution-domain>.xml"
file="/opt/shibboleth-idp/conf/tuakiri-attribute-filter.xml" />
|
Note |
---|
Note: if your $IDP_HOME is different from /opt/shibboleth-idp , change the file path in the above snippet accordingly. |
Note |
---|
If configuring this in Shibboleth IdP 2.1.x, do not use the srv: namespace prefix - i.e., use just: Code Block |
---|
| <ConfigurationResource xsi:type="resource:FileBackedHttpResource"
url="https://directory.tuakiri.ac.nz/attribute-filter/<institution-domain>.xml"
file="/opt/shibboleth-idp/conf/tuakiri-attribute-filter.xml" />
|
|
We also strongly recommend you configure your IdP to periodically reload this file - we recommend at 2 hour intervals. This is documented in detail in the IdP Install Manual: Reloading configuration section and Load AAF Atribute Attribute Filter sections. The simple step is to add the configurationResourcePollingFrequency="PT2H0M0.000S" and configurationResourcePollingRetryAttempts="10" attributes to the <srv:Service id="shibboleth.AttributeFilterEngine" element. If you already have these attributes set for reloading the local configuration file - with a shorter interval, please adjust them accordingly to 2 hours for the remotely loaded attribute filter: No Format |
---|
<srv:Service id="shibboleth.AttributeFilterEngine"
+ configurationResourcePollingFrequency="PT2H0M0.000S" configurationResourcePollingRetryAttempts="10"
xsi:type="attribute-afp:ShibbolethAttributeFilteringEngine">
|
|
|
...
Now your IdP should be able to access service providers within the Tuakiri federation.
...
Excerpt Include |
---|
| Fetching Metadata and Attribute Filter and caching them locally |
---|
| Fetching Metadata and Attribute Filter and caching them locally |
---|
nopanel | true |
---|
|