We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4deb22 commit 52280ebCopy full SHA for 52280eb
src/Symfony/Bundle/SecurityBundle/Resources/config/schema/security-1.0.xsd
@@ -329,15 +329,9 @@
329
</xsd:complexType>
330
331
<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>
335
<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">
340
<xsd:attribute name="base-uri" type="xsd:anyURI" />
+ <xsd:attribute name="client" type="xsd:string" />
341
342
343
<xsd:complexType name="oidc">
0 commit comments