Skip to content

Commit 02b3508

Browse files
committed
fix(security): update token-handler attribute position
1 parent 1f478e4 commit 02b3508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,11 @@
311311
<xsd:element name="token-extractor" type="xsd:string" />
312312
<xsd:element name="token-handler" type="oidc_token_handler" />
313313
</xsd:choice>
314+
<xsd:attribute name="token-handler" type="xsd:string" />
314315
<xsd:attribute name="realm" type="xsd:string" />
315316
<xsd:attribute name="success-handler" type="xsd:string" />
316317
<xsd:attribute name="failure-handler" type="xsd:string" />
317318
<xsd:attribute name="provider" type="xsd:string" />
318-
<xsd:attribute name="token-handler" type="xsd:string"/>
319319
</xsd:complexType>
320320

321321
<xsd:complexType name="oidc_token_handler">

0 commit comments

Comments
 (0)