Commit 9d4413f
authored
Securing handling added for webapps with webcp flight, Fixes AB#3344894 (#2733)
In this PR
#2732,
I added a new check to detect device CA flow and follow our current
pattern of handling the device CA requests. But I did not secure it with
a flight.
There are 2 ways of adding a flight for this
1. Add a new flight that is independent of webcp feature
2. Depend on webcp feature only.
I went with 2nd option, because I only really need these changes when
webcp flight is ON so that users are not blocked by new flow. So, I am
securing it with webcp flight.
Fixes
[AB#3344894](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3344894)1 parent 760b740 commit 9d4413f
File tree
2 files changed
+24
-1
lines changed- common/src
- main/java/com/microsoft/identity/common/internal/ui/webview
- test/java/com/microsoft/identity/common/internal/ui/webview
2 files changed
+24
-1
lines changedLines 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 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
176 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
177 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
178 | 201 | | |
179 | 202 | | |
180 | 203 | | |
| |||
0 commit comments