File tree 1 file changed +12
-0
lines changed
Filter options
src/Symfony/Bundle/SecurityBundle/Resources/config/schema
1 file changed +12
-0
lines changed
Original file line number Diff line number Diff line change 140
140
<xsd : element name =" form-login" type =" form_login" minOccurs =" 0" maxOccurs =" 1" />
141
141
<xsd : element name =" form-login-ldap" type =" form_login_ldap" minOccurs =" 0" maxOccurs =" 1" />
142
142
<xsd : element name =" guard" type =" guard" minOccurs =" 0" maxOccurs =" 1" />
143
+ <xsd : element name =" access-token" type =" access_token" minOccurs =" 0" maxOccurs =" 1" />
143
144
<xsd : element name =" http-basic" type =" http_basic" minOccurs =" 0" maxOccurs =" 1" />
144
145
<xsd : element name =" http-basic-ldap" type =" http_basic_ldap" minOccurs =" 0" maxOccurs =" 1" />
145
146
<xsd : element name =" json-login" type =" json_login" minOccurs =" 0" maxOccurs =" 1" />
304
305
<xsd : attribute name =" provider" type =" xsd:string" />
305
306
</xsd : complexType >
306
307
308
+ <xsd : complexType name =" access_token" >
309
+ <xsd : choice minOccurs =" 0" maxOccurs =" unbounded" >
310
+ <xsd : element name =" token-extractor" type =" xsd:string" />
311
+ </xsd : choice >
312
+ <xsd : attribute name =" token-handler" type =" xsd:string" />
313
+ <xsd : attribute name =" realm" type =" xsd:string" />
314
+ <xsd : attribute name =" success-handler" type =" xsd:string" />
315
+ <xsd : attribute name =" failure-handler" type =" xsd:string" />
316
+ <xsd : attribute name =" provider" type =" xsd:string" />
317
+ </xsd : complexType >
318
+
307
319
<xsd : complexType name =" login_throttling" >
308
320
<xsd : attribute name =" limiter" type =" xsd:string" />
309
321
<xsd : attribute name =" max-attempts" type =" xsd:integer" />
You can’t perform that action at this time.
0 commit comments