This repository was archived by the owner on Oct 2, 2024. It is now read-only.
Commit 41bfb30
Peter Nied
Prevent authentication callback from being reused
Within the MSA flow there are scenarios where an authentication callback
would recieve a failure, and then a success message due to how slient
authentication is treated during an interactive login. Changing the SDK
to handle this scenario and isolate this strange case so callbacks should
only be acted on once.1 parent 839f121 commit 41bfb30
File tree
2 files changed
+11
-13
lines changed- onedrivesdk/src/main/java/com/onedrive/sdk/authentication
2 files changed
+11
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
Lines changed: 10 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
173 | 174 | | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 175 | | |
178 | 176 | | |
179 | 177 | | |
| |||
256 | 254 | | |
257 | 255 | | |
258 | 256 | | |
259 | | - | |
260 | | - | |
261 | | - | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
262 | 260 | | |
| 261 | + | |
| 262 | + | |
263 | 263 | | |
264 | | - | |
265 | | - | |
266 | 264 | | |
267 | 265 | | |
268 | 266 | | |
| |||
0 commit comments