Help needed for creating base64 encoded metadata

Nate Klingenstein ndk at internet2.edu
Wed Jun 19 06:48:35 EDT 2013


I don't totally understand your needs, and it's probably a question for the WAYF.DK team anyway, but my best guess is that you need to define custom behavior for the WAYF.DK identity provider:

https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApplication#NativeSPApplication-RelyingPartyAttributes

You can either put it in a custom relyingparty so it only happens when you're working with wayf.dk:(with whatever their real entityID is)


<ApplicationDefaults ...  >
 
    ...
 
    <RelyingParty Name="SpecialFederation" signing="front"/>
 
    ...
 
</ApplicationDefaults>

Or you can do it for every IdP by adding signing="front" to the main ApplicationsDefault element.

You may also need to modify your metadata.  They should be able to tell you how.

Thanks,
Nate.


More information about the users mailing list