Is your feature request related to a problem? Please describe the problem.
Many organizations are starting to, or already block the use of the default http://localhost as a redirecturi due to security concerns. Adding support for a RedirectURI parameter would address that need and provide additional flexibility when using more targeted/custom endpoints.
Describe the solution you'd like.
Add RedirectURI as a command-line parameter for Connect-MgGraph. This appears to be a simple addition of the parameter itself to the AuthContext components and a conditional addition in GetInteractiveBrowserCredentialAsync
Additional context?
No response
Is your feature request related to a problem? Please describe the problem.
Many organizations are starting to, or already block the use of the default http://localhost as a redirecturi due to security concerns. Adding support for a RedirectURI parameter would address that need and provide additional flexibility when using more targeted/custom endpoints.
Describe the solution you'd like.
Add RedirectURI as a command-line parameter for Connect-MgGraph. This appears to be a simple addition of the parameter itself to the AuthContext components and a conditional addition in GetInteractiveBrowserCredentialAsync
Additional context?
No response