This commit is contained in:
Christophe Maudoux 2019-02-06 21:27:39 +01:00
parent fa26828e44
commit 7e874abb91
2 changed files with 2 additions and 2 deletions

View File

@ -2777,7 +2777,7 @@ qr/(?:(?:https?):\/\/(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.]
unless ( $v->{$idpId}{'samlIDPMetaDataXML'} =~
/entityID="(.+?)"/is )
{
push @msg, "$idpId SAML metadata has ne EntityID";
push @msg, "$idpId SAML metadata has no EntityID";
$res = 0;
next;
}

View File

@ -2062,7 +2062,7 @@ sub attributes {
unless ( $v->{$idpId}->{samlIDPMetaDataXML} =~
/entityID="(.+?)"/si )
{
push @msg, "$idpId SAML metadata has ne EntityID";
push @msg, "$idpId SAML metadata has no EntityID";
$res = 0;
next;
}