Skip to content
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

Adding kiota msal-browser auth library #233

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

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: Todo 📃
Development

Successfully merging this pull request may close these issues.

Add msal browser kiota authentication provider
2 participants