Commit 69b5475
authored
update to sharepoint resource for Token , Fixes AB#3654871 (#2528)
[AB#3654871](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3654871)
Due to an ongoing CA change [Enforcement for baseline scopes in
Conditional Access - Microsoft Entra ID | Microsoft
Learn](https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-enforcement-resource-exclusions)
User.read is no longer triggered by TB-CA.
(This was intermittent since the CA-side change was being rolled out.)
Switched to Sharepoint since that's the direct TB-CA scope.
(Also made a change on the portal to make the test app supports
sharepoint scopes)
Run:
https://identitydivision.visualstudio.com/Engineering/_build/results?buildId=1649620&view=results
https://console.firebase.google.com/u/1/project/msal-automation-app-764c7/testlab/histories/bh.8ea0f850e176ede8/matrices/5652255611600854094/details?stepId=bs.5728d347d675a2e4&testCaseId=1&tabId=video1 parent 2f7851a commit 69b5475
4 files changed
Lines changed: 7 additions & 7 deletions
File tree
- msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/strongkey
- changelog.txt+3
- common/src/main/java/com/microsoft/identity/common/adal/internal/AuthenticationConstants.java+5
- common/src/main/java/com/microsoft/identity/common/internal/apps/AppRegistry.kt+1-1
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/AuthorizationFragment.java+12-2
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/BrowserLaunchStrategy.kt+5
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/SwitchBrowserActivity.kt+102-58
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/WebViewAuthorizationFragment.java+33-12
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/challengehandlers/SwitchBrowserRequestHandler.kt+47-36
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/switchbrowser/SwitchBrowserProtocolCoordinator.kt+66-24
- common/src/main/java/com/microsoft/identity/common/internal/ui/webview/switchbrowser/SwitchBrowserUriHelper.kt+43-19
- common/src/test/java/com/microsoft/identity/common/internal/providers/oauth2/WebViewAuthorizationFragmentTest.kt+82
- common/src/test/java/com/microsoft/identity/common/internal/ui/webview/challengehandlers/SwitchBrowserRequestHandlerTest.kt+21-1
- common/src/test/java/com/microsoft/identity/common/internal/ui/webview/switchbrowser/SwitchBrowserProtocolCoordinatorTest.kt+45
- common4j/src/main/com/microsoft/identity/common/java/AuthenticationConstants.java+6
- common4j/src/main/com/microsoft/identity/common/java/exception/ErrorStrings.java+55
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java+6-1
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments