-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
authentication-microsoftIssues with the Microsoft Authentication extensionIssues with the Microsoft Authentication extensionfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan
Milestone
Description
I talked to @deepak1556 about this one and the design we want to go with is having this native node module (@azure/msal-node-extensions
) brought in to Core and have a worker/process that could process these requests. This way the ExtHost is not polluted with this native node module.
So the Microsoft Authentication extension:
- will talk to the Core window
- (optional) Core window talks to the Main Process
- and the Core window or Main process talks to this other process/worker
This could be API.. or maybe some other mechanism. API probably makes the most sense. Maybe a require interceptor if those still exist in a post-ESM world?
Metadata
Metadata
Assignees
Labels
authentication-microsoftIssues with the Microsoft Authentication extensionIssues with the Microsoft Authentication extensionfeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplan