Skip to content

Commit

Permalink
Make auth sequence and module name optional
Browse files Browse the repository at this point in the history
It is deprecated anyway.

This commit fixes this problem on two more places - in addition to the
one fixed previously (in 5959abf).
  • Loading branch information
mederly committed Mar 31, 2023
1 parent d11a1bb commit 533b38f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="name" type="xsd:string" minOccurs="1">
<xsd:element name="name" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Unique name of the authentication sequence. This name is fact a short identifier.
Expand Down Expand Up @@ -1661,7 +1661,7 @@
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="name" type="xsd:string" minOccurs="1">
<xsd:element name="name" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Reference to the authentication module name. Value of this element must match name of
Expand Down

0 comments on commit 533b38f

Please sign in to comment.