File tree
82 files changed
+1461
-2324
lines changed- MSAL
- MSAL.xcodeproj
- src
- configuration
- external/ios
- instance
- native_auth
- controllers
- credentials
- factories
- jit
- reset_password
- sign_in
- sign_up
- logger
- network
- parameters
- responses/validator
- jit
- reset_password
- sign_in
- sign_up
- token
- validated_response
- public
- state_machine
- result
- state
- telemetry
- public
- configuration
- global
- publicClientApplication/cache
- telemetry
- util
- test
- app/ios
- integration/native_auth/end_to_end
- credentials
- reset_password
- sign_in
- unit
- native_auth
- controllers
- logger
- public
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+1461
-2324
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 |
| |
2 | 9 |
| |
3 | 10 |
| |
|
Submodule IdentityCore updated 44 files
- .github/ISSUE_TEMPLATE/bug_report.yml+94
- .github/ISSUE_TEMPLATE/config.yml+2
- .github/ISSUE_TEMPLATE/documentation.yml+21
- .github/ISSUE_TEMPLATE/feature_request.yml+18
- IdentityCore/IdentityCore.xcodeproj/project.pbxproj+84
- IdentityCore/src/MSIDConstants.h+8
- IdentityCore/src/MSIDError.h+2
- IdentityCore/src/MSIDError.m+2
- IdentityCore/src/broker_operation/response/MSIDDeviceInfo.m+37-3
- IdentityCore/src/controllers/MSIDRequestControllerFactory.m+126-1
- IdentityCore/src/controllers/broker/mac/MSIDXpcSilentTokenRequestController.h+36
- IdentityCore/src/controllers/broker/mac/MSIDXpcSilentTokenRequestController.m+58
- IdentityCore/src/parameters/MSIDRequestParameters.h+3
- IdentityCore/src/requests/broker/MSIDSSOExtensionSilentTokenRequest.h+2-20
- IdentityCore/src/requests/broker/MSIDSSOExtensionSilentTokenRequest.m+9-144
- IdentityCore/src/requests/broker/MSIDSSORemoteSilentTokenRequest.h+55
- IdentityCore/src/requests/broker/MSIDSSORemoteSilentTokenRequest.m+201
- IdentityCore/src/requests/broker/mac/MSIDSSOXpcSilentTokenRequest.h+34
- IdentityCore/src/requests/broker/mac/MSIDSSOXpcSilentTokenRequest.m+109
- IdentityCore/src/requests/sdk/MSIDTokenRequestProviding.h+3
- IdentityCore/src/requests/sdk/adal/MSIDLegacyTokenRequestProvider.m+7-2
- IdentityCore/src/requests/sdk/msal/MSIDDefaultTokenRequestProvider.m+19
- IdentityCore/src/util/MSIDRedirectUri.h+2-1
- IdentityCore/src/util/MSIDRedirectUri.m+15-7
- IdentityCore/src/util/MSIDXpcIdentifierCache.h+37
- IdentityCore/src/util/ios/MSIDRedirectUriVerifier.m+15-1
- IdentityCore/src/util/mac/MSIDRedirectUriVerifier.m+3-1
- IdentityCore/src/util/mac/MSIDXpcConfiguration.h+47
- IdentityCore/src/util/mac/MSIDXpcConfiguration.m+65
- IdentityCore/src/util/mac/MSIDXpcProviderCache.h+41
- IdentityCore/src/util/mac/MSIDXpcProviderCache.m+261
- IdentityCore/src/util/mac/MSIDXpcProviderCaching.h+50
- IdentityCore/src/util/mac/MSIDXpcSingleSignOnProvider.h+55
- IdentityCore/src/util/mac/MSIDXpcSingleSignOnProvider.m+461
- IdentityCore/tests/MSIDBrokerRedirectUriTest.m+48-8
- IdentityCore/tests/MSIDRedirectUriVerifierTests.m+101-1
- IdentityCore/tests/MSIDRequestControllerFactoryTests.m+274
- IdentityCore/tests/mac/MSIDRedirectUriVerifierMacTests.m+3-3
- IdentityCore/tests/mac/MSIDXpcSingleSignOnProviderTest.m+154
- IdentityCore/tests/mocks/MSIDTestTokenRequestProvider.m+5
- IdentityCore/tests/mocks/MSIDXpcProviderCacheMock.h+38
- IdentityCore/tests/mocks/MSIDXpcProviderCacheMock.m+74
- azure_pipelines/verify_msalcpp_per_pr_ios.yml+3
- azure_pipelines/verify_msalcpp_per_pr_mac.yml+3
Lines changed: 6 additions & 40 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
| |||
38 | 36 |
| |
39 | 37 |
| |
40 | 38 |
| |
41 |
| - | |
42 |
| - | |
| 39 | + | |
| 40 | + | |
43 | 41 |
| |
44 | 42 |
| |
45 | 43 |
| |
| |||
62 | 60 |
| |
63 | 61 |
| |
64 | 62 |
| |
65 |
| - | |
66 |
| - | |
67 | 63 |
| |
68 | 64 |
| |
69 | 65 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
Lines changed: 0 additions & 50 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 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 |
| - | |
100 | 50 |
|
Lines changed: 0 additions & 75 deletions
This file was deleted.
0 commit comments