-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add issuer validation check whenever MSAL JS performs OIDC endpoint discovery #8570
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 all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
99b1e95
updates
lalimasharda a384103
remove flag for issuer validation
lalimasharda 4e84bbc
Merge branch 'dev' of https://github.com/AzureAD/microsoft-authentica…
lalimasharda 7dd0e7f
updating checks
lalimasharda c003152
Change files
lalimasharda 3dd43a8
Update lib/msal-common/src/authority/Authority.ts
lalimasharda 7bc4022
Update lib/msal-common/src/authority/Authority.ts
lalimasharda a576d94
Merge branch 'dev' of https://github.com/AzureAD/microsoft-authentica…
lalimasharda 85b9302
Add unit tests for validateIssuer in Authority.spec.ts
Copilot d13bfb6
Remove package-lock.json changes from PR
Copilot c1ab91e
Merge branch 'dev' into add_issuer_validation_v5
lalimasharda 58cf58b
updates
lalimasharda cfd8b98
Merge branch 'add_issuer_validation_v5' of https://github.com/AzureAD…
lalimasharda 743aeb3
Refactor validateIssuer into dedicated rule-checker methods with URL-…
Copilot 9ef58ae
Fix ReDoS in issuerMatchesCiamTenantPattern and safe-guard array access
Copilot a534242
Optimize trailing-slash stripping to use single slice instead of per-…
Copilot f256a0b
Revert last 2 commits (ReDoS fix and trailing-slash optimization) per…
Copilot c40d445
addressing comments
lalimasharda 9b6b1ba
resolving merge conflicts
lalimasharda b8de0a4
updates
lalimasharda ecc5a85
Merge branch 'dev' into add_issuer_validation_v5
lalimasharda 60c2555
format:fix
lalimasharda 0e14d60
Merge branch 'add_issuer_validation_v5' of https://github.com/AzureAD…
lalimasharda 6443480
Fix CIAM Rule 4: use PathSegments[0], add onmicrosoft.com patterns, g…
Copilot 868b408
Clarify comments in matchesCiamTenantPattern
Copilot eb4db2e
updates
lalimasharda a32c8a7
updates
lalimasharda 1a7f37b
updated errors.md
lalimasharda c72316f
Merge branch 'dev' into add_issuer_validation_v5
lalimasharda 1e48cdd
Merge branch 'dev' of https://github.com/AzureAD/microsoft-authentica…
lalimasharda 1cbdd68
updated issuer URL to use new URL api instead of old URLString api
lalimasharda df1d46a
Merge branch 'add_issuer_validation_v5' of https://github.com/AzureAD…
lalimasharda 68110fc
api doc update
lalimasharda a846d68
format fix
lalimasharda bea0376
Merge branch 'dev' of https://github.com/AzureAD/microsoft-authentica…
lalimasharda ca31979
updating tests
lalimasharda 5d9581a
updating a code comment
lalimasharda 06a128b
apiReview and doc update
lalimasharda 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
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@azure-msal-common-122605ed-d286-4abb-8312-feb6ede47a8d.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "patch", | ||
| "comment": "Add issuer validation check on OIDC discovery from network [#8570](https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/8570)", | ||
| "packageName": "@azure/msal-common", | ||
| "email": "lalimasharda@microsoft.com", | ||
| "dependentChangeType": "patch" | ||
| } |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.