Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Removed references to TrustServiceUrl #1126

Merged
merged 1 commit into from
Apr 2, 2021
Merged

Conversation

LeeParrishMSFT
Copy link
Contributor

Fixes #946

Description

Removed references to TrustServiceUrl to match C# code updates.

Specific Changes

Removed one place that was checking TrustServiceUrl in AppCredentials and all places that were adding URLs to this list. Removed the list and all static values that were part of the list. The only change of any effect will be we no longer check in AppCredentials if a URL is in the list in shouldSetToken and will just return true where in the past we checked to see if the URL was in the trusted list.

Testing

All unit tests were updated and run to validate this change.

@tracyboehrer tracyboehrer merged commit a870286 into main Apr 2, 2021
@tracyboehrer tracyboehrer deleted the lparrish/Issue946 branch April 2, 2021 13:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

port: remove references to TrustServiceUrl (#5157)
2 participants