-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Core Library
MSAL Node (@azure/msal-node)
Wrapper Library
MSAL Node Extensions (@azure/msal-node-extensions), Not Applicable
Public or Confidential Client?
Public
Description
It would be nice to have an optional parameter which can be passed to the acquireTokenInteractive method of the PublicClientApplication so that the redirect URI of the LoopBackClient can be changed with the addition of a path like: localhost:${port}/${path}.
This way, localhost can be registered in Azure Portal for the SPA platform for other purposes and Mobile and desktop application platform can be used for authentication purposes with the distinction of the path added to the redirect URI, so all ports can still be used for both registrations.
This can already be achieved with a custom LoopBackClient, but having it be officially supported would be a plus.