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 1f478e4 commit 02b3508Copy full SHA for 02b3508
src/Symfony/Bundle/SecurityBundle/Resources/config/schema/security-1.0.xsd
@@ -311,11 +311,11 @@
311
<xsd:element name="token-extractor" type="xsd:string" />
312
<xsd:element name="token-handler" type="oidc_token_handler" />
313
</xsd:choice>
314
+ <xsd:attribute name="token-handler" type="xsd:string" />
315
<xsd:attribute name="realm" type="xsd:string" />
316
<xsd:attribute name="success-handler" type="xsd:string" />
317
<xsd:attribute name="failure-handler" type="xsd:string" />
318
<xsd:attribute name="provider" type="xsd:string" />
- <xsd:attribute name="token-handler" type="xsd:string"/>
319
</xsd:complexType>
320
321
<xsd:complexType name="oidc_token_handler">
0 commit comments