Manage empty value for samlIDPMetaDataOptionsSSOBinding (#1046)

This commit is contained in:
Clément Oudot 2016-06-21 10:26:27 +00:00
parent 270dfc66d0
commit fcaa2f4dbc

View File

@ -906,7 +906,7 @@ sub extractFormInfo {
my $method =
$self->{samlIDPMetaDataOptions}->{$idpConfKey}
->{samlIDPMetaDataOptionsSSOBinding};
$method = $self->getHttpMethod($method) if $method;
$method = $self->getHttpMethod($method);
# If no method defined, get first HTTP method
unless ( defined $method ) {