File tree
180 files changed
+1979
-873
lines changed- MSAL
- MSAL.xcodeproj
- resources
- ios
- mac
- src
- configuration
- external/ios
- native_auth
- client_application_wrapper/silent_token
- factory
- configuration
- controllers
- credentials
- factories
- jit
- reset_password
- responses
- sign_in
- sign_up
- network
- errors
- reset_password
- sign_up
- parameters
- jit
- reset_password
- sign_in
- sign_up
- token
- responses
- jit
- reset_password
- sign_in
- sign_up
- token
- validator
- jit
- validated_response
- reset_password
- sign_in
- validated_response
- sign_up
- token
- validated_response
- public
- configuration
- state_machine
- delegate_dispatcher
- error
- result
- state
- public
- test
- integration/native_auth
- common
- end_to_end
- mfa
- reset_password
- requests
- jit
- reset_password
- sign_in
- sign_up
- token
- unit/native_auth
- cache
- controllers
- mock
- reset_password
- network
- parameters
- reset_password
- sign_in
- sign_up
- token
- responses
- token
- validator
- public
- delegate
- reset_password
- sign_in
- sign_up
- error
- state_machine
- reset_password
- sign_in
- sign_up
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
180 files changed
+1979
-873
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 |
| |
2 | 5 |
| |
3 | 6 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Submodule IdentityCore updated 17 files
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj-1
- IdentityCore/src/MSIDConstants.h+1
- IdentityCore/src/MSIDConstants.m+1
- IdentityCore/src/cache/accessor/MSIDAccountCredentialCache.m+1-1
- IdentityCore/src/webview/MSIDCertAuthManager.h+1
- IdentityCore/src/webview/MSIDCertAuthManager.m+2-1
- IdentityCore/src/webview/embeddedWebview/MSIDAADOAuthEmbeddedWebviewController.m+25
- IdentityCore/src/webview/embeddedWebview/MSIDOAuth2EmbeddedWebviewController.m+45-30
- IdentityCore/src/webview/embeddedWebview/challangeHandlers/ios/MSIDCertAuthHandler.m+1
- IdentityCore/src/webview/operations/ios/MSIDSwitchBrowserOperation.m+1-1
- IdentityCore/src/webview/response/MSIDSwitchBrowserResponse.h+6
- IdentityCore/src/webview/response/MSIDSwitchBrowserResponse.m+14-2
- IdentityCore/tests/MSIDAADOAuthEmbeddedWebviewControllerTests.m+62
- IdentityCore/tests/MSIDSwitchBrowserOperationTest.swift+1
- IdentityCore/tests/MSIDSwitchBrowserResponseTest.swift+24
- IdentityCore/tests/automation/ui_tests_lib/MSIDBaseUITest.m+28-3
- changelog.txt+6
Lines changed: 90 additions & 6 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 |
| |
59 | 66 |
| |
60 | 67 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
|
0 commit comments