SAML metadata could not be in configuration, take care of that

This commit is contained in:
Thomas CHEMINEAU 2010-01-29 09:38:10 +00:00
parent 5b576643ee
commit 3744ce594f

View File

@ -244,7 +244,8 @@ sub struct {
# SAML METADATA #
#################
samlServiceMetadata => $self->conf->{samlServiceMetaData}->toStruct(),
samlServiceMetadata => defined $self->conf->{samlServiceMetaData} ?
$self->conf->{samlServiceMetaData}->toStruct() : (),
};
}