Skip to content

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

Merged
merged 27 commits into from
Nov 30, 2020
Merged

Update Request Types #2512

merged 27 commits into from
Nov 30, 2020

Conversation

tnorling
Copy link
Collaborator

@tnorling tnorling commented Oct 28, 2020

Updates request types to separate API surface from the request objects needed internally.

@github-actions github-actions bot added msal-browser Related to msal-browser package msal-common Related to msal-common package samples Related to the samples apps for the library. labels Oct 28, 2020
@github-actions github-actions bot added the msal-node Related to msal-node package label Oct 30, 2020
@coveralls
Copy link

coveralls commented Nov 6, 2020

Coverage Status

Coverage increased (+0.2%) to 82.11% when pulling 4934548 on update-request-types into d43413b on dev.

@tnorling tnorling removed this from the @azure/[email protected] milestone Nov 11, 2020
Copy link
Member

@sameerag sameerag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@sameerag sameerag closed this Nov 13, 2020
@sameerag sameerag reopened this Nov 13, 2020
@@ -0,0 +1,8 @@
{
"type": "major",
Copy link
Contributor

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?

Copy link
Contributor

@pkanher617 pkanher617 left a 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.

@tnorling tnorling merged commit b9e06ed into dev Nov 30, 2020
@tnorling tnorling deleted the update-request-types branch November 30, 2020 18:09
mkArtakMSFT pushed a commit to dotnet/aspnetcore that referenced this pull request Jan 13, 2021
#### 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
msal-browser Related to msal-browser package msal-common Related to msal-common package msal-node Related to msal-node package samples Related to the samples apps for the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[msal-node] Add a request type to make redirectURI mandatory for getAuthCodeUrl in ClientApplication.ts
5 participants