Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52280eb

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

File tree

1 file changed

+1
-7
lines changed
Filter options

1 file changed

+1
-7
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/schema/security-1.0.xsd
+1-7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.