File tree
173 files changed
+7034
-2603
lines changed- MSAL
- MSAL.xcodeproj
- resources
- ios
- mac
- src
- configuration
- external
- ios
- instance
- native_auth
- controllers
- credentials
- factories
- jit
- reset_password
- responses
- sign_in
- sign_up
- logger
- network
- errors
- jit
- jit
- parameters
- jit
- responses
- jit
- validator
- jit
- validated_response
- reset_password
- sign_in
- sign_up
- token
- validated_response
- public
- parameters
- state_machine
- delegate_dispatcher
- delegate
- error
- result
- state
- telemetry
- public
- configuration
- global
- publicClientApplication/cache
- util
- test
- app
- ios
- mac
- automation/ios/resources
- integration/native_auth
- common
- end_to_end
- credentials
- reset_password
- sign_in
- requests/jit
- unit
- native_auth
- cache
- controllers
- logger
- mock
- delegate
- network
- errors
- responses/validator
- public
- delegate/jit
- state_machine
- jit
- sign_in
- utils
- docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
173 files changed
+7034
-2603
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
1 | 11 |
| |
2 | 12 |
| |
3 | 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 68 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+94
- IdentityCore/src/MSIDConstants.h+37
- IdentityCore/src/MSIDConstants.m+7
- IdentityCore/src/MSIDError.h+2
- IdentityCore/src/MSIDError.m+2
- IdentityCore/src/MSIDOAuth2Constants.h+1
- IdentityCore/src/MSIDOAuth2Constants.m+1
- IdentityCore/src/broker_operation/request/browser_native_message_request/MSIDBrokerOperationBrowserNativeMessageRequest.m+5
- IdentityCore/src/broker_operation/request/browser_native_message_request/MSIDBrowserNativeMessageGetCookiesRequest.m+18
- IdentityCore/src/broker_operation/request/browser_native_message_request/MSIDBrowserNativeMessageGetTokenRequest.m+25
- IdentityCore/src/broker_operation/request/browser_native_message_request/MSIDBrowserNativeMessageRequest.m+5
- IdentityCore/src/broker_operation/request/browser_native_message_request/MSIDBrowserNativeMessageSignOutRequest.m+7
- IdentityCore/src/broker_operation/response/MSIDDeviceInfo.m+37-3
- IdentityCore/src/broker_operation/response/browser_native_message_response/MSIDBrowserNativeMessageGetCookiesResponse.m+6
- IdentityCore/src/cache/accessor/MSIDAccountCredentialCache.h+10
- IdentityCore/src/cache/accessor/MSIDAccountCredentialCache.m+191-1
- IdentityCore/src/cache/accessor/MSIDDefaultTokenCacheAccessor.m+147-8
- IdentityCore/src/cache/token/MSIDCredentialCacheItem+MSIDBaseToken.m+5
- 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/oauth2/token/MSIDCredentialType.h+1
- IdentityCore/src/oauth2/token/MSIDCredentialType.m+4
- IdentityCore/src/oauth2/token/MSIDFamilyRefreshToken.h+32
- IdentityCore/src/oauth2/token/MSIDFamilyRefreshToken.m+126
- IdentityCore/src/parameters/MSIDRequestParameters.h+3
- IdentityCore/src/requests/MSIDInteractiveAuthorizationCodeRequest.h+2
- IdentityCore/src/requests/MSIDInteractiveAuthorizationCodeRequest.m+11
- IdentityCore/src/requests/MSIDInteractiveTokenRequest.m+93
- IdentityCore/src/requests/MSIDSilentTokenRequest.m+5-5
- 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+12-9
- 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/MSIDAccountCredentialsCacheTests.m+250
- IdentityCore/tests/MSIDBrokerOperationBrowserNativeMessageRequestTests.m+17
- 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
- changelog.txt+5
Lines changed: 352 additions & 96 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 & 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 & 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