Metadata Issue

Peter Schober peter.schober at univie.ac.at
Thu Oct 31 06:09:44 EDT 2013


* Thomas Jones <thomas.jones.g at gmail.com> [2013-10-30 23:31]:
> I've tried to add the attribute validUntil to my SP metadata but
> there's no difference:
> 
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <EntityDescriptor entityID="google.com/a/mygoogledomain.com"
> xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
> validUntil="2014-01-01T00:00:00Z">

Note that for locally managed metadata there's no gain in having any
validUntil on the EntityDescriptor. So leaving that out is one
possibility.
The other one is setting requireValidMetadata="false" on the IdP's
MetadataProvider for that custom relying party, but I see you already
have that (so either way an expired EntityDescriptor from a local file
shouldn't disrupt operations).
-peter


More information about the users mailing list