-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[msal-common][msal-node] Move authority generation from common to node #1537
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
Conversation
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 good and well tested!
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.
Couple of nitpicks and questions around design.
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. Made some comments and feel free to address them as you see fit.
This PR moves authority creation from msal-common to msal-node. Instead of creating an authority for every client, we now just create one per application object, and pass this in to msal-common.