-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Use instance discovery for trusted hosts and combine authority classes #1582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ba49410
Initial Commit
tnorling e5764bc
Merge branch 'dev' into cloud-discovery
tnorling d2bf765
Merge branch 'dev' into cloud-discovery
tnorling 968c1b3
Merge branch 'authority-metadata-openid-perf' of https://github.com/A…
tnorling a9b9853
Move setup functions to Factory
tnorling e90cd4e
Update unit tests
tnorling c75b961
Merge branch 'authority-metadata-openid-perf' of https://github.com/A…
tnorling 453bad8
Resolve lint errors
tnorling 85d1736
Move validation of Authority to Factory
tnorling e0fc794
Add TrustedHostList getter
tnorling a190f8a
Update Error message
tnorling 72e213b
Separate async network call
tnorling acebe0f
Fix Trusted Check
tnorling 19ab0dd
Unit Tests
tnorling dc93c20
Merge branch 'dev' of https://github.com/AzureAD/microsoft-authentica…
tnorling b179c4d
Move TrustedAuthority to its own class
tnorling 4d11b85
Clean up test
tnorling ff06f8b
Fix context
tnorling 79e8fce
Merge branch 'dev' into cloud-discovery
tnorling 80c4b6d
Add tests
tnorling 22b125e
Merge branch 'dev' into cloud-discovery
tnorling acb0a51
Initiate cloud discovery in Constructor
tnorling 69c53db
Fix lint errors
tnorling bc50c5a
Fix tests
tnorling 01212c6
Revert "Fix tests"
tnorling ea9fab0
Revert "Fix lint errors"
tnorling e645c9e
Revert "Initiate cloud discovery in Constructor"
tnorling 6e098e3
Merge branch 'dev' into cloud-discovery
tnorling c0fa200
Merge branch 'dev' of https://github.com/AzureAD/microsoft-authentica…
tnorling 2e16854
Addressing feedback
tnorling 84dd6a2
Merge branch 'dev' into cloud-discovery
tnorling File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move validation of Authority to Factory
- Loading branch information
commit 85d1736df18d0369a1933229a65d8544b85113ce
There are no files selected for viewing
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we create a utility class with static functions instead of exporting function constants?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's reasonable but since this PR isn't really changing any telemetry files other than to fix compilation, I think that can be taken separately.