Bradley Beddoes September 30, 2011 • AAF Home
We have put together documentation that will provide you with in-depth information and helpful resources that will help you get started. The documentation is intended for anyone deploying an IdP or adding a SP to the Federation and provides a combination of extensible code and good practice methodologies across topics such as:
To access this content please see http://wiki.aaf.edu.au/tech-info/home
Terry Smith March 14, 2011 • AAF Home
There are several steps to getting your Service registered in the AAF and thus your service metadata included in metadata.
Step 1 - Register your Organization in the Federation Registry
For PRODUCTION: Go to https://manager.aaf.edu.au/federationregistry/
For TESTING: Go to https://manager.test.aaf.edu.au/federationregistry/
Select "Register New Organization" and follow the prompts.
Step 2 - Wait for Organization to be approved.
You will receive several emails in this step, included will be
Step 3 - Register your Service in the Federation Registry
For PRODUCTION: Go to https://manager.aaf.edu.au/federationregistry/
For TESTING: Go to https://manager.test.aaf.edu.au/federationregistry/
Select "Register new Service Provider" and follow the prompts.
Step 4 - Wait for the Service Provider to be approved.
Again you will receive an email in this step,
Step 5 - Test your service.
Approximately 30 minutes after the Service Provider has been approved the SP Metadata will appear in the federation Metadata. It will take a little longer for the Metadata to be consumed by Identity providers, allow up to 24 hours for all IdPs to refresh their metadata.
You can use your AAF VHO account to perform initial testing of your service.
Step 6 - Announcing you service to the AAF
The AAF can assist you announcing your service, or if you have specific customers you would want to notify them through your own channels.
Damien Mannix November 23, 2010 • AAF Home
Three versions of the AAF Metadata for the production and test federations are now being extracted from the Federation Registry and signed ready for use by IdP and SP.
All are downloadable from https://manager.aaf.edu.au/metadata/[document] and https://manager.test.aaf.edu.au/metadata/[document] for the production and test federations respectively. e.g https://manager.aaf.edu.au/metadata/metadata.aaf.signed.complete.xml
1. Default metadata – [metadata.aaf.signed.xml] provide minimal details required to operate the federation – suitable for all IdPs and SPs (Shib 1.3.x and 2.x). No change required to existing IdPs and SPs to use this version
2. Complete metadata - [metadata.aaf.signed.complete.xml] provides the complete metadata generated for the federation. This is only suitable for Shibboleth 2.x. It will not work with earlier Shibboleth 1.3.x version. It is recommended all new deployments and existing Shibboleth 2.x deployments move to this version. For existing deployments this will require a minor change to configuration.
3. Metadata for MAMS Autograph / ShARPE – [metadata.aaf.signed.noext.xml] is minimal metadata that is known to work with IdPs that use the MAMS Autograph and / or ShARPE tools.
All three metadata files as signed with the same key and can thus be verified using the certificate available at https://manager.aaf.edu.au/metadata/metadata-cert.pem for production or https://manager.test.aaf.edu.au/metadata/metadata-cert.pem for test.
The metadata site itself is protected with an AUSCert certificate.
Bradley Beddoes November 12, 2010 • Identity Provider
Adapted from the folk at Internet 2 via: https://spaces.internet2.edu/display/SHIB2/IdPTroubleshootingCommon...
This error is always because you did not not endorse Xerces and Xalan. If you think you did then you have made a mistake, perhaps because your application container isn't doing what you think it's doing (for example, Tomcat "helpfully" overrides the default location of the endorsed library directory).
This is caused by one of three issues:
This usually indicates a metadata problem, which results in the IdP assigning the incoming request to the category of an "anonymous" relying party. By default, anonymous requests are not handled, so indeed the SAML 2 profile is not configured in that case. To fix it, supply correct/valid metadata for the requesting SP to the IdP. If you do have metadata, it's broken or invalid in some way. Check the idp-process.log for warning messages indicating why it was unacceptable.
In rare cases, you could encounter this error if you change default settings such that particular SPs are not allowed to use that profile. Of course, in that case, the error may be perfectly normal.
This SAML authentication request has already been presented once and you're presenting it again. This is not allowed for security reasons. You should ask your SP to issue a fresh one, and avoid using the "back" button of some browsers.
This error is caused when the SAML authentication request received by the IdP was issued too long ago. The machine running the IdP or SP has a clock that is wrong, or you took a very long time to get from your SP to the IdP for some reason. You should always run ntpd and know that VM's will tend to have severe clock issues.
This error occurs when the servlet container loses the login context and the user's session across requests to the IdP through the authentication process.
If this error occurs constantly after every authentication, possible causes are:
If this error is encountered only occasionally by some users, possible causes are:
Upon receipt of an authentication request, an SSO handler will redirect the user to the appropriate authentication handler to login. The authentication handler must set the username and then send the user back to the identity provider's SSO handler. If the authentication handler sends the user back to the SSO handler but fails to set the username, this error will result. Investigate why the authentication handler that was used would have sent back no username, such as omitting protection for the RemoteUser location.
This rule requires that the peer system entity (e.g an SP from the perspective of the IdP) that is the issuer of the SAML protocol message be authenticated. This happens typically within another prior security policy rule or rules that process for example client TLS certificates or a digital signature over the message (either XML message signature or raw/blob binding-specific signature). Look for log messages indicating failures in these rules to determine the exact cause of the failure.
Common specifc reasons are:
If the IdP is configured to encrypt assertions or name ID's to a particular SP, the metadata for the SP (as held by the IdP) must contain the public key that will be used for key encryption. This key encryption key (usually a public key or certificate) must be represented in metadata within the EntityDescriptor/SPSSODescriptor/KeyDescriptor for the SP in question. The KeyDescriptor must either omit the 'use' attribute or have a value of 'use="encryption"'. The KeyInfo contained within the KeyDescriptor must contain either the SP's certificate in an X509Data/X509Certificate element, or must contain the SP's raw public key value in a KeyValue element.
This is caused when the IdP has enough information to process an incoming authentication request but can't determine a suitable SP endpoint to send the response back to.
If prior log messages indicate that null metadata is being used, the IdP does not have the SP's metadata and will attempt to construct an endpoint location. For the Shibboleth SSO profile, the endpoint will have a location of the ACS (the shire parameter on the original GET request) and the binding is one of the outgoing bindings supported by the IdP. For the SAML2 SSO profile, the ACS URL is used as the endpoint location. A requested binding the IdP supports will be used; if there is no match, then this defaults to the first binding listed in the IdP'sconfiguration. If all of that fails, this error results.
If the IdP does have the SP metadata, then the SP does not have a named ACS for any of the bindings configured in the IdP.
This indicates a syntactic or logical error in a config file. Often this is due a configuration element containing a reference to another element which is not present (perhaps commented out).
The bean name (e.g. shibboleth.RelyingPartyConfigurationManager) will often indicate the file in which the error is located. The relationships are defined in service.xml, currently as follows:
When using Microsoft Active Directory as a source of attribute data via the LDAP data connector, be aware of AD-specific configuration and deployment issues.
This indicates that the SP being connected to is attempting to make a SAML1 back-channel attribute request to a SAML2 endpoint. It is usually caused by improperly configured IdP endpoints at the federation. Some federations do not support SAML2 yet and trying to "fool" them by putting the 2.0 endpoints into their 1.0 fields will not work.
Bradley Beddoes November 05, 2010 • Identity Provider
One of the most complex tasks an IDP administrator has to keep up with is the constantly changing set of services and attribute requirements each service has.
The Federation Registry tool automates this process in 2 ways:
1. Keeping metadata upto date in a standards compliant manner to advertise what IDP's offer and what SP's have been approved to recieve (This is useful for non Shibboleth, SAML 2.x MD specification compliant implementations)
2. Generation of Shibboleth 2.x compliant Attribute-Filter policies which are published over https and automatically consumed by IDP's. Using this approach your IDP is always in Sync.
To automate your shibboleth 2.x install undertake the following:
1. In Federation Registry view your IDP and access the tab 'Attribute Filter', make note of your unique policy URL.
2. Navigate to your IDP conf directory. Run wget (or likewise under windows)
wget --no-check-certificate <YOUR UNIQUE URL> -O AAF-attribute-filter.xml
Check that the file downloads correctly. Then make sure it is writeable by the user your IDP tomcat container executes as.
3. Edit the file services.xml to contain the following:
<Service id="shibboleth.AttributeFilterEngine" configurationResourcePollingFrequency="1800000"
configurationResourcePollingRetryAttempts="10" xsi:type="attribute-afp:ShibbolethAttributeFilteringEngine">
<ConfigurationResource xsi:type="resource:FileBackedHttpResource"
url="[YOUR UNIQUE URL]"
file="/path/to/AAF-attribute-filter.xml" />
</Service>
Here is an example of ours:
<Service id="shibboleth.AttributeFilterEngine" configurationResourcePollingFrequency="1800000"
configurationResourcePollingRetryAttempts="10" xsi:type="attribute-afp:ShibbolethAttributeFilteringEngine">
<ConfigurationResource xsi:type="resource:FileBackedHttpResource"
url="https://manager.test.aaf.edu.au/federationregistry/attributefilter/..."
file="/usr/local/site/aaf/vho_shib_idp/conf/AAF-attribute-filter.xml" />
</Service>
4. Restart your IDP (Tomcat container)
That's it. Every 30 minutes your IDP will automatically update its configuration ensuring your users are able to access all services within the federation.
PRO TIP: Every time you update your attribute-resolver.xml to support additional attributes be sure to advise the Federation by updating your IDP in the 'Attributes' tab within Federation Registry