File tree
26 files changed
+2655
-254
lines changed- msal/src- main/java/com/microsoft/identity- client/internal
- nativeauth- statemachine- errors
- results
- states
 
 
 
- test/java/com/microsoft/identity- client/e2e- tests/network/nativeauth
- utils
 
- nativeauth- utils
 
 
 
26 files changed
+2655
-254
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 4 | 4 |  | |
| 5 | 5 |  | |
| 6 | 6 |  | |
|  | 7 | + | |
| 7 | 8 |  | |
| 8 | 9 |  | |
| 9 | 10 |  | |
|  | |||
- changelog.txt+1
- common/src/main/java/com/microsoft/identity/common/nativeauth/internal/commands/GetAuthMethodsCommand.kt+72
- common/src/main/java/com/microsoft/identity/common/nativeauth/internal/commands/MFAChallengeCommand.kt+71
- common/src/main/java/com/microsoft/identity/common/nativeauth/internal/commands/MFASubmitChallengeCommand.kt+72
- common/src/main/java/com/microsoft/identity/common/nativeauth/internal/controllers/NativeAuthMsalController.kt+334-11
- common/src/main/java/com/microsoft/identity/common/nativeauth/internal/util/CommandUtil.java+51
- common/src/test/java/com/microsoft/identity/common/internal/providers/microsoft/nativeauth/integration/SignInOAuthStrategyTest.kt+4-4
- common/src/test/java/com/microsoft/identity/common/nativeauth/internal/controllers/NativeAuthControllerTest.kt+274-4
- common4j/src/main/com/microsoft/identity/common/java/controllers/ExceptionAdapter.java+33-7
- common4j/src/main/com/microsoft/identity/common/java/eststelemetry/PublicApiId.java+4
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/commands/parameters/GetAuthMethodsCommandParameters.java+64
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/commands/parameters/MFADefaultChallengeCommandParameters.java+64
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/commands/parameters/MFASelectedDefaultChallengeCommandParameters.java+64
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/commands/parameters/MFASubmitChallengeCommandParameters.java+68
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/controllers/results/INativeAuthCommandResult.kt+3-2
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/controllers/results/MFACommandResult.kt+58
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/controllers/results/SignInCommandResult.kt+16-3
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/NativeAuthOAuth2Strategy.kt+2-2
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/NativeAuthRequestProvider.kt+1-1
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/NativeAuthResponseHandler.kt-1
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/interactors/SignInInteractor.kt+6-6
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/responses/signin/AuthenticationMethodApiResult.kt+1-1
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/responses/signin/SignInChallengeApiResponse.kt+4
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/responses/signin/SignInChallengeApiResult.kt+11-1
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/responses/signin/SignInTokenApiResponse.kt+9-1
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/providers/responses/signin/SignInTokenApiResult.kt+2-1
- common4j/src/main/com/microsoft/identity/common/java/nativeauth/util/ListUtils.kt+4
- common4j/src/test/com/microsoft/identity/common/java/nativeauth/providers/NativeAuthRequestProviderTest.kt+3-3
- common4j/src/test/com/microsoft/identity/common/java/nativeauth/providers/NativeAuthResponseHandlerTest.kt+2-1
- common4j/src/testFixtures/java/com/microsoft/identity/common/nativeauth/MockApiEndpoint.kt+1-1
- testutils/src/main/java/com/microsoft/identity/internal/testutils/nativeauth/ConfigType.kt+2
Lines changed: 203 additions & 11 deletions
Large diffs are not rendered by default.
Lines changed: 99 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
|  | 2 | + | |
|  | 3 | + | |
|  | 4 | + | |
|  | 5 | + | |
|  | 6 | + | |
|  | 7 | + | |
|  | 8 | + | |
|  | 9 | + | |
|  | 10 | + | |
|  | 11 | + | |
|  | 12 | + | |
|  | 13 | + | |
|  | 14 | + | |
|  | 15 | + | |
|  | 16 | + | |
|  | 17 | + | |
|  | 18 | + | |
|  | 19 | + | |
|  | 20 | + | |
|  | 21 | + | |
|  | 22 | + | |
|  | 23 | + | |
|  | 24 | + | |
|  | 25 | + | |
|  | 26 | + | |
|  | 27 | + | |
|  | 28 | + | |
|  | 29 | + | |
|  | 30 | + | |
|  | 31 | + | |
|  | 32 | + | |
|  | 33 | + | |
|  | 34 | + | |
|  | 35 | + | |
|  | 36 | + | |
|  | 37 | + | |
|  | 38 | + | |
|  | 39 | + | |
|  | 40 | + | |
|  | 41 | + | |
|  | 42 | + | |
|  | 43 | + | |
|  | 44 | + | |
|  | 45 | + | |
|  | 46 | + | |
|  | 47 | + | |
|  | 48 | + | |
|  | 49 | + | |
|  | 50 | + | |
|  | 51 | + | |
|  | 52 | + | |
|  | 53 | + | |
|  | 54 | + | |
|  | 55 | + | |
|  | 56 | + | |
|  | 57 | + | |
|  | 58 | + | |
|  | 59 | + | |
|  | 60 | + | |
|  | 61 | + | |
|  | 62 | + | |
|  | 63 | + | |
|  | 64 | + | |
|  | 65 | + | |
|  | 66 | + | |
|  | 67 | + | |
|  | 68 | + | |
|  | 69 | + | |
|  | 70 | + | |
|  | 71 | + | |
|  | 72 | + | |
|  | 73 | + | |
|  | 74 | + | |
|  | 75 | + | |
|  | 76 | + | |
|  | 77 | + | |
|  | 78 | + | |
|  | 79 | + | |
|  | 80 | + | |
|  | 81 | + | |
|  | 82 | + | |
|  | 83 | + | |
|  | 84 | + | |
|  | 85 | + | |
|  | 86 | + | |
|  | 87 | + | |
|  | 88 | + | |
|  | 89 | + | |
|  | 90 | + | |
|  | 91 | + | |
|  | 92 | + | |
|  | 93 | + | |
|  | 94 | + | |
|  | 95 | + | |
|  | 96 | + | |
|  | 97 | + | |
|  | 98 | + | |
|  | 99 | + | |
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 72 | 72 |  | |
| 73 | 73 |  | |
| 74 | 74 |  | |
|  | 75 | + | |
| 75 | 76 |  | |
| 76 | 77 |  | |
| 77 | 78 |  | |
|  | |||
| 334 | 335 |  | |
| 335 | 336 |  | |
| 336 | 337 |  | |
| 337 |  | - | |
| 338 | 338 |  | |
| 339 | 339 |  | |
| 340 | 340 |  | |
|  | |||
| 393 | 393 |  | |
| 394 | 394 |  | |
| 395 | 395 |  | |
| 396 |  | - | |
| 397 | 396 |  | |
| 398 | 397 |  | |
| 399 | 398 |  | |
|  | |||
| 412 | 411 |  | |
| 413 | 412 |  | |
| 414 | 413 |  | |
| 415 |  | - | |
| 416 | 414 |  | |
| 417 | 415 |  | |
| 418 | 416 |  | |
|  | |||
| 422 | 420 |  | |
| 423 | 421 |  | |
| 424 | 422 |  | |
| 425 |  | - | |
| 426 | 423 |  | |
| 427 | 424 |  | |
| 428 | 425 |  | |
|  | |||
| 446 | 443 |  | |
| 447 | 444 |  | |
| 448 | 445 |  | |
| 449 |  | - | |
| 450 | 446 |  | |
| 451 | 447 |  | |
| 452 | 448 |  | |
|  | |||
| 456 | 452 |  | |
| 457 | 453 |  | |
| 458 | 454 |  | |
| 459 |  | - | |
| 460 | 455 |  | |
| 461 | 456 |  | |
| 462 | 457 |  | |
|  | |||
| 480 | 475 |  | |
| 481 | 476 |  | |
| 482 | 477 |  | |
| 483 |  | - | |
|  | 478 | + | |
|  | 479 | + | |
|  | 480 | + | |
|  | 481 | + | |
|  | 482 | + | |
|  | 483 | + | |
|  | 484 | + | |
|  | 485 | + | |
|  | 486 | + | |
|  | 487 | + | |
| 484 | 488 |  | |
| 485 | 489 |  | |
| 486 | 490 |  | |
|  | |||
| 489 | 493 |  | |
| 490 | 494 |  | |
| 491 | 495 |  | |
| 492 |  | - | |
| 493 | 496 |  | |
| 494 | 497 |  | |
| 495 | 498 |  | |
|  | |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 59 | 59 |  | |
| 60 | 60 |  | |
| 61 | 61 |  | |
|  | 62 | + | |
|  | 63 | + | |
|  | 64 | + | |
|  | 65 | + | |
|  | 66 | + | |
|  | 67 | + | |
| 62 | 68 |  | |
| 63 | 69 |  | |
| 64 | 70 |  | |
|  | |||
Lines changed: 72 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
|  | 2 | + | |
|  | 3 | + | |
|  | 4 | + | |
|  | 5 | + | |
|  | 6 | + | |
|  | 7 | + | |
|  | 8 | + | |
|  | 9 | + | |
|  | 10 | + | |
|  | 11 | + | |
|  | 12 | + | |
|  | 13 | + | |
|  | 14 | + | |
|  | 15 | + | |
|  | 16 | + | |
|  | 17 | + | |
|  | 18 | + | |
|  | 19 | + | |
|  | 20 | + | |
|  | 21 | + | |
|  | 22 | + | |
|  | 23 | + | |
|  | 24 | + | |
|  | 25 | + | |
|  | 26 | + | |
|  | 27 | + | |
|  | 28 | + | |
|  | 29 | + | |
|  | 30 | + | |
|  | 31 | + | |
|  | 32 | + | |
|  | 33 | + | |
|  | 34 | + | |
|  | 35 | + | |
|  | 36 | + | |
|  | 37 | + | |
|  | 38 | + | |
|  | 39 | + | |
|  | 40 | + | |
|  | 41 | + | |
|  | 42 | + | |
|  | 43 | + | |
|  | 44 | + | |
|  | 45 | + | |
|  | 46 | + | |
|  | 47 | + | |
|  | 48 | + | |
|  | 49 | + | |
|  | 50 | + | |
|  | 51 | + | |
|  | 52 | + | |
|  | 53 | + | |
|  | 54 | + | |
|  | 55 | + | |
|  | 56 | + | |
|  | 57 | + | |
|  | 58 | + | |
|  | 59 | + | |
|  | 60 | + | |
|  | 61 | + | |
|  | 62 | + | |
|  | 63 | + | |
|  | 64 | + | |
|  | 65 | + | |
|  | 66 | + | |
|  | 67 | + | |
|  | 68 | + | |
|  | 69 | + | |
|  | 70 | + | |
|  | 71 | + | |
|  | 72 | + | |
Lines changed: 73 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
|  | 1 | + | |
|  | 2 | + | |
|  | 3 | + | |
|  | 4 | + | |
|  | 5 | + | |
|  | 6 | + | |
|  | 7 | + | |
|  | 8 | + | |
|  | 9 | + | |
|  | 10 | + | |
|  | 11 | + | |
|  | 12 | + | |
|  | 13 | + | |
|  | 14 | + | |
|  | 15 | + | |
|  | 16 | + | |
|  | 17 | + | |
|  | 18 | + | |
|  | 19 | + | |
|  | 20 | + | |
|  | 21 | + | |
|  | 22 | + | |
|  | 23 | + | |
|  | 24 | + | |
|  | 25 | + | |
|  | 26 | + | |
|  | 27 | + | |
|  | 28 | + | |
|  | 29 | + | |
|  | 30 | + | |
|  | 31 | + | |
|  | 32 | + | |
|  | 33 | + | |
|  | 34 | + | |
|  | 35 | + | |
|  | 36 | + | |
|  | 37 | + | |
|  | 38 | + | |
|  | 39 | + | |
|  | 40 | + | |
|  | 41 | + | |
|  | 42 | + | |
|  | 43 | + | |
|  | 44 | + | |
|  | 45 | + | |
|  | 46 | + | |
|  | 47 | + | |
|  | 48 | + | |
|  | 49 | + | |
|  | 50 | + | |
|  | 51 | + | |
|  | 52 | + | |
|  | 53 | + | |
|  | 54 | + | |
|  | 55 | + | |
|  | 56 | + | |
|  | 57 | + | |
|  | 58 | + | |
|  | 59 | + | |
|  | 60 | + | |
|  | 61 | + | |
|  | 62 | + | |
|  | 63 | + | |
|  | 64 | + | |
|  | 65 | + | |
|  | 66 | + | |
|  | 67 | + | |
|  | 68 | + | |
|  | 69 | + | |
|  | 70 | + | |
|  | 71 | + | |
|  | 72 | + | |
|  | 73 | + | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 23 | 23 |  | |
| 24 | 24 |  | |
| 25 | 25 |  | |
| 26 |  | - | |
| 27 | 26 |  | |
| 28 | 27 |  | |
| 29 | 28 |  | |
|  | |||
0 commit comments