Migrate tests to using ID4SLAB2, Fixes AB#3525444#2471
Open
fadidurah wants to merge 51 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates test configurations to use new client IDs from the ID4SLAB2 environment, updating authentication settings across test applications and documentation.
Changes:
- Updated client IDs in configuration files for AAD scenarios (from
4b0db8c2-9f26-4417-8bde-3f0e3656f8e0toc6bb302a-1e38-408e-9754-87c18fe81c80) - Updated client IDs in configuration files for MSA scenarios (from
9668f2bd-6103-4292-9024-84fa2d1b6fb2to700c5153-ef50-4176-8d7a-4131d649020e) - Updated the common submodule reference
Reviewed changes
Copilot reviewed 39 out of 39 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| testapps/testapp/src/main/res/raw/*.json (14 files) | Updated client IDs in test app MSAL configuration files to use new ID4SLAB2 values |
| msalautomationapp/src/main/res/raw/*.json (11 files) | Updated client IDs in automation app MSAL configuration files to use new ID4SLAB2 values |
| msalautomationapp/src/androidTest/java/.../NestedAppHelper.java | Updated nested app client ID constant to match new MSA client ID |
| msal/src/test/res/raw/*.json (6 files) | Updated client IDs in unit test configuration files |
| msal/src/androidTest/res/raw/*.json (4 files) | Updated client IDs in Android instrumentation test configuration files |
| docs/access_token-pop.md | Updated example client ID in PoP documentation |
| common | Updated submodule reference to include corresponding changes |
|
❌ Work item link check failed. Description does not contain AB#{ID}. Click here to Learn more. |
|
✅ Work item link check complete. Description contains link AB#3525444 to an Azure Boards work item. |
…work/MultiAccountAndResourceAcquireTokenNetworkTests.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update all ui automation test cases to work with the ID4SLAB2 resources
AB#3525444