Skip to content

Conversation

@nikithauc
Copy link
Contributor

fixes #186

@nikithauc nikithauc marked this pull request as draft June 14, 2022 06:07
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

thanks for starting this!

throw error;
}
return response.accessToken;
} catch (error) {
Copy link
Member

Choose a reason for hiding this comment

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

this exception name masks the error variable your have above. Rename this or downscope the other one

const account =
this.msalBrowserAuthenticationConfig &&
this.msalBrowserAuthenticationConfig.account;
const error = new Error();
Copy link
Member

Choose a reason for hiding this comment

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

I'd argue for duplication and instantiating it only if needed. Hopefully the vast majority of executions do not throw an error.

} from "@azure/msal-browser";

export interface MSALBrowserAuthenticationConfig {
publicClientApplication: PublicClientApplication;
Copy link
Member

Choose a reason for hiding this comment

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

doc comments?

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2023

This pull request has conflicting changes, the author must resolve the conflicts before this pull request can be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: New📃

Development

Successfully merging this pull request may close these issues.

Add msal browser kiota authentication provider

3 participants