File tree
7 files changed
+48
-28
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection/Security/AccessToken
- Resources/config
- schema
- Tests/Functional
- app/AccessToken
- Component/Security/Http
- AccessToken/Oidc
- Tests/AccessToken/Oidc
7 files changed
+48
-28
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php+13-4Lines changed: 13 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
31 | 33 |
|
32 |
| - |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| ||
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
| 43 | + |
| 44 | + |
42 | 45 |
|
43 | 46 |
|
44 | 47 |
|
45 |
| - |
46 |
| - |
| 48 | + |
| 49 | + |
| 50 | + |
47 | 51 |
|
48 | 52 |
|
49 | 53 |
|
| ||
68 | 72 |
|
69 | 73 |
|
70 | 74 |
|
71 |
| - |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
72 | 81 |
|
73 | 82 |
|
74 | 83 |
|
|
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+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
335 | 335 |
|
336 | 336 |
|
337 | 337 |
|
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
338 | 342 |
|
339 |
| - |
| 343 | + |
340 | 344 |
|
341 | 345 |
|
342 | 346 |
|
343 | 347 |
|
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
344 | 354 |
|
345 | 355 |
|
346 | 356 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_access_token.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_access_token.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
| 72 | + |
| 73 | + |
| 74 | + |
72 | 75 |
|
73 | 76 |
|
74 |
| - |
75 |
| - |
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/AccessTokenTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/AccessTokenTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
343 | 343 |
|
344 | 344 |
|
345 | 345 |
|
346 |
| - |
| 346 | + |
347 | 347 |
|
348 | 348 |
|
349 | 349 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AccessToken/config_oidc.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AccessToken/config_oidc.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
|
src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
| 44 | + |
| 45 | + |
46 | 46 |
|
47 |
| - |
| 47 | + |
| 48 | + |
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
| ||
80 | 81 |
|
81 | 82 |
|
82 | 83 |
|
| 84 | + |
| 85 | + |
83 | 86 |
|
84 |
| - |
85 |
| - |
86 |
| - |
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
|
src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcTokenHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcTokenHandlerTest.php+13-14Lines changed: 13 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
| ||
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
44 |
| - |
| 43 | + |
45 | 44 |
|
46 | 45 |
|
47 | 46 |
|
| ||
55 | 54 |
|
56 | 55 |
|
57 | 56 |
|
58 |
| - |
59 |
| - |
| 57 | + |
| 58 | + |
60 | 59 |
|
61 |
| - |
| 60 | + |
62 | 61 |
|
63 | 62 |
|
64 | 63 |
|
| ||
89 | 88 |
|
90 | 89 |
|
91 | 90 |
|
92 |
| - |
93 |
| - |
| 91 | + |
| 92 | + |
94 | 93 |
|
95 |
| - |
| 94 | + |
96 | 95 |
|
97 | 96 |
|
98 | 97 |
|
| ||
106 | 105 |
|
107 | 106 |
|
108 | 107 |
|
109 |
| - |
| 108 | + |
110 | 109 |
|
111 | 110 |
|
112 | 111 |
|
| ||
118 | 117 |
|
119 | 118 |
|
120 | 119 |
|
121 |
| - |
| 120 | + |
122 | 121 |
|
123 | 122 |
|
124 | 123 |
|
| ||
139 | 138 |
|
140 | 139 |
|
141 | 140 |
|
142 |
| - |
| 141 | + |
143 | 142 |
|
144 | 143 |
|
145 | 144 |
|
| ||
148 | 147 |
|
149 | 148 |
|
150 | 149 |
|
151 |
| - |
152 |
| - |
| 150 | + |
| 151 | + |
153 | 152 |
|
154 |
| - |
| 153 | + |
155 | 154 |
|
156 | 155 |
|
157 | 156 |
|
|
0 commit comments