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 02b3508

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
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-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.