Skip to content

Commit 52280eb

Browse files
committed
fix(security): allow to specify http client service name as an attribute
Ref: #50470
1 parent a4deb22 commit 52280eb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/config/schema/security-1.0.xsd

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -329,15 +329,9 @@
329329
</xsd:complexType>
330330

331331
<xsd:complexType name="oidc_user_info">
332-
<xsd:choice minOccurs="0" maxOccurs="1">
333-
<xsd:element name="client" type="oidc_client"></xsd:element>
334-
</xsd:choice>
335332
<xsd:attribute name="claim" type="xsd:string" />
336-
<xsd:attribute name="client" type="xsd:string" />
337-
</xsd:complexType>
338-
339-
<xsd:complexType name="oidc_client">
340333
<xsd:attribute name="base-uri" type="xsd:anyURI" />
334+
<xsd:attribute name="client" type="xsd:string" />
341335
</xsd:complexType>
342336

343337
<xsd:complexType name="oidc">

0 commit comments

Comments
 (0)