Commit ca53774
Release MSAL 1.6.0 (#1108)
* Add UI Tests in MSAL (#1047)
* Initial commit for msal automation app
* Updates to msal automation app
* Initial commit for ui autmation tests
* Updates to ui automation
* Add more ui automator tests
* Fix bugs in ui tests
* Add msal automated test, remove unused files
* Automate msal us gov sov cloud test plan
* Move ui test utilities to its own module
* Add ui automator versions to versions.gradle
* Add ui automation utilities to msal project
* Remove stale test code
* Remove stale code from setup
* Update submodule
* Rename packages
* Remove ignored tests
* Remove test application id; fix comment
* Refactor test setup logic
* Add mising license
* Remove acquire token btn from automation app
* Remove redundant username variable
* Disable test toast temporarily
* Update submodule
* Address comments
* Add comments with test descriptions
* Update submodule
* Remove mockito from automation test app deps
* Update submodule
* Update submodule
* Add correlation id to Authentication Result
* Update submodule
* Add new line at end of IAuthenticationResult.java
* Address comments
* Add unit tests for command parameters and correlation id
* Add unit tests for Authentication Result and correlation id
* Update submodule
* Address comments
* Update submodule
* changes
* Add single account overload tests (#1070)
* Add single account pca overload network tests
* Add mocked tests for single account overloads
* Remove unused code
* Update submodule
* Add back private
* Update submodule
* Update submodule to latest (#1073)
* Add basic b2c ui tests
* Add b2c tests for idlab siso policy
* Update submodule
* Update snapshot
* removed extra line
* Clean up b2c test code
* Update submodule
* Update submodule
* Update submodule to latest (#1082)
* Closes #1084 - Load properties via withInputStream syntax to auto-close (#1085)
* Closes #1084
* Goovier syntax
* Hotfix Release 1.5.4 - Merge to Master (#1083) (#1087)
* Hotfix Release 1.5.4 - Merge to Master (#1083)
* Update submodule to [email protected]
* Update version to 1.5.4
* Update gradle deps to 2.0.12
* Update changelog
* Fix merge issue
* Update common sumbodule.
* Document the process.
* Update the documentation for comments.
* Add enums for cloud instance and audience
* Add authority overloads to Token Parameters
* Add tests for token parameters authority
* Add javadoc to enum constants
* Throw error if tenant specified but audience not My Org
* Remove unused method
* Fix #1092
* Fix #1096
* Update submodule
* Add Locale.ROOT to toLowerCase calls
* Post 1.5.5 Deployment Merge to Dev (#1106)
* Hotfix Release 1.5.4 - Merge to Master (#1083)
* Update submodule to [email protected]
* Update version to 1.5.4
* Update gradle deps to 2.0.12
* Update changelog
* MSAL Release 1.5.5 (#1104)
* Update submodule pointer to [email protected]
* Update version.properties
* Update changelog
* Update dependencies
* Update common submodule pointer to [email protected]
* Update changelog for hf versioning
* Update dependency for [email protected]
* Update snapshot, dist to 2.0.14 versions
* Update submodule pointer to [email protected]
* Update changelog for 1.6.0
* Update version.properties for 1.6.0-RC1
* Update build.gradle deps for 2.0.15-RC1
* Set submodule pointer to common@master (2.0.15)
* Set version.properties to 1.6.0
* Update build.gradle for [email protected]
* Update changelog for 1.6.0
Co-authored-by: Shahzaib <[email protected]>
Co-authored-by: shahzaibj <[email protected]>
Co-authored-by: Tanmay Manolkar <[email protected]>
Co-authored-by: tanmaymanolkar1 <[email protected]>
Co-authored-by: kreedula <[email protected]>
Co-authored-by: Krishna Eedula <[email protected]>
Co-authored-by: Adam Johnson <[email protected]>
Co-authored-by: AdamBJohnsonx <[email protected]>
Co-authored-by: Shane Oatman <[email protected]>1 parent e71e751 commit ca53774
File tree
94 files changed
+4898
-29
lines changed- docs
- gradle
- msalautomationapp
- src
- androidTest
- java/com/microsoft/identity/client/msal/automationapp
- interaction
- testpass
- b2c
- broker
- local
- usgov
- main
- java/com/microsoft/identity/client/msal/automationapp
- res
- drawable-v24
- drawable
- layout
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- raw
- values
- msal
- src
- main/java/com/microsoft/identity/client
- internal
- test/java/com/microsoft/identity/client
- e2e
- shadows
- tests
- mocked
- network
- versioning
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+4898
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
- changelog.txt+19
- common/src/androidTest/java/com/microsoft/identity/common/MsalCppOAuth2TokenCacheTest.java+317
- common/src/androidTest/java/com/microsoft/identity/common/MsalOAuth2TokenCacheTest.java+154-62
- common/src/androidTest/java/com/microsoft/identity/common/adal/internal/cache/StorageHelperTests.java+10
- common/src/main/java/com/microsoft/identity/common/adal/internal/cache/StorageHelper.java+18-10
- common/src/main/java/com/microsoft/identity/common/internal/authorities/Authority.java+4-3
- common/src/main/java/com/microsoft/identity/common/internal/authorities/AzureActiveDirectoryAudience.java+2-1
- common/src/main/java/com/microsoft/identity/common/internal/cache/ADALOAuth2TokenCache.java+12
- common/src/main/java/com/microsoft/identity/common/internal/cache/AbstractAccountCredentialCache.java+3-2
- common/src/main/java/com/microsoft/identity/common/internal/cache/BrokerOAuth2TokenCache.java+12
- common/src/main/java/com/microsoft/identity/common/internal/cache/MsalCppOAuth2TokenCache.java+105-30
- common/src/main/java/com/microsoft/identity/common/internal/cache/MsalOAuth2TokenCache.java+80-59
- common/src/main/java/com/microsoft/identity/common/internal/commands/DeviceCodeFlowCommand.java+63
- common/src/main/java/com/microsoft/identity/common/internal/commands/DeviceCodeFlowCommandCallback.java+34
- common/src/main/java/com/microsoft/identity/common/internal/commands/RemoveCurrentAccountCommand.java+19-1
- common/src/main/java/com/microsoft/identity/common/internal/commands/parameters/BrokerInteractiveTokenCommandParameters.java+2
- common/src/main/java/com/microsoft/identity/common/internal/commands/parameters/DeviceCodeFlowCommandParameters.java+38
- common/src/main/java/com/microsoft/identity/common/internal/controllers/CommandDispatcher.java+18
- common/src/main/java/com/microsoft/identity/common/internal/dto/AccessTokenRecord.java+9-2
- common/src/main/java/com/microsoft/identity/common/internal/eststelemetry/PublicApiId.java+8
- common/src/main/java/com/microsoft/identity/common/internal/platform/Device.java+1-1
- common/src/main/java/com/microsoft/identity/common/internal/providers/microsoft/MicrosoftTokenRequest.java+13
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/OAuth2Strategy.java+2-1
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/OAuth2TokenCache.java+18
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/OpenIdConnectPromptParameter.java+3-1
- common/src/main/java/com/microsoft/identity/common/internal/result/ILocalAuthenticationResult.java+20
- common/src/main/java/com/microsoft/identity/common/internal/result/LocalAuthenticationResult.java+12-1
- common/src/main/java/com/microsoft/identity/common/internal/telemetry/TelemetryEventStrings.java+1
- common/src/main/java/com/microsoft/identity/common/internal/telemetry/events/ApiStartEvent.java+7
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClient.java+32-12
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/OAuth2WebViewClient.java+7-3
- common/src/main/java/com/microsoft/identity/common/internal/util/ProcessUtil.java+75
- common/src/test/java/com/microsoft/identity/common/CacheKeyValueDelegateTest.java+18
- common/versioning/version.properties+1-1
- common/versioning/version_tasks.gradle+2-3
- gradle/versions.gradle+4
- keyvault/src/main/java/com/microsoft/identity/internal/test/keyvault/ApiClient.java+8
- settings.gradle+1-1
- testutils/src/main/java/com/microsoft/identity/internal/testutils/TestConstants.java+1
- testutils/src/main/java/com/microsoft/identity/internal/testutils/labutils/LabConfig.java+47-8
- testutils/src/main/java/com/microsoft/identity/internal/testutils/labutils/LabUserHelper.java+128
- testutils/src/main/java/com/microsoft/identity/internal/testutils/mocks/MockTokenCreator.java+22-22
- uiautomationutilities/.gitignore+1
- uiautomationutilities/build.gradle+36
- uiautomationutilities/proguard-rules.pro+21
- uiautomationutilities/src/main/AndroidManifest.xml+2
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/app/App.java+115
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/app/IApp.java+69
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/broker/BrokerAuthenticator.java+189
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/broker/BrokerCompanyPortal.java+92
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/broker/ITestBroker.java+56
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/browser/BrowserChrome.java+42
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/installer/IAppInstaller.java+37
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/installer/LocalApkInstaller.java+58
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/installer/PlayStore.java+152
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/AadLoginComponentHandler.java+120
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/AadPromptHandler.java+63
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/AbstractPromptHandler.java+37
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/ILoginComponentHandler.java+81
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/IPromptHandler.java+33
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/PromptHandlerParameters.java+75
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/PromptParameter.java+32
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/UiResponse.java+31
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/b2c/AbstractB2CLoginComponentHandler.java+68
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/b2c/B2CIdLabLocalLoginComponentHandler.java+59
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/b2c/B2CPromptHandlerParameters.java+37
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/b2c/B2CProvider.java+66
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/b2c/FacebookLoginComponentHandler.java+73
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/b2c/GoogleLoginComponentHandler.java+84
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/b2c/IdLabB2cSisoPolicyPromptHandler.java+80
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/utils/AdbShellUtils.java+44
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/utils/CommonUtils.java+98
- uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/utils/UiAutomatorUtils.java+187
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
| 211 | + | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
Lines changed: 67 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 | + | |
Lines changed: 33 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| 51 | + | |
45 | 52 | | |
46 | | - | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
50 | 58 | | |
| 59 | + | |
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
| |||
108 | 117 | | |
109 | 118 | | |
110 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
111 | 143 | | |
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
89 | | - | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
96 | | - | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
Lines changed: 59 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 | + | |
Lines changed: 11 additions & 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 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
0 commit comments