-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Update Request Types #2512
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
Update Request Types #2512
Conversation
…tion-library-for-js into update-request-types
…tion-library-for-js into update-request-types
change/@azure-msal-browser-2020-11-06-14-12-06-update-request-types.json
Show resolved
Hide resolved
change/@azure-msal-common-2020-11-06-14-12-06-update-request-types.json
Outdated
Show resolved
Hide resolved
…ypes.json Co-authored-by: Jason Nutter <[email protected]>
…tion-library-for-js into update-request-types
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.
LGTM.
@@ -0,0 +1,8 @@ | |||
{ | |||
"type": "major", |
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.
Are we ok with doing [email protected] right now?
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.
Looks ok, one question about versioning but otherwise we can merge.
#### Description This PR updates the version of the MSAL.js dependency that we redistribute in our Authentication.Msal library in response to user requests and recommendation from the MSAL team. #### Technical Description This PR contains some code changes in response to some changes in type definition over in MSAL.js: - AzureAD/microsoft-authentication-library-for-js#2105 - AzureAD/microsoft-authentication-library-for-js#2512 #### Customer Impact Without these changes, if users want to pick up required bug fixes in the downstream MSAL.js library, they would have to compile their own version of JavaScript dependencies and integrate them into their project. This PR allows users to consume bug fixes blocking customer login and platform support without having to put in difficult workarounds. #### Regression? - [ ] Yes - [X] No #### Risk - [ ] High - [ ] Medium - [X] Low Change contains no breaking changes and was made on recommendation of the MSAL team. Manual verification completed. #### Verification - [X] Manual (required) - [ ] Automated Verified navigating to the authorized-only fetch data page, logging in, confirming redirect, logging out, logging in again on: - Azure B2C + Blazor WASM Hosted - Azure B2C + Blazor Standalone - Azure AAD + Blazor WASM Hosted - Azure AAD + Blazor WASM Standalone #### Packaging changes reviewed? - [ ] Yes - [ ] No - [X] N/A Addresses #29010, #28969, #28956
Updates request types to separate API surface from the request objects needed internally.