Closed dcale closed 5 years ago
In our current pre-release, MSAL does not support broker. This functionality is on the way; we'll be publishing a roadmap to our Wiki soon to give the broader community a sense of what's on the way.
Chrome CustomTabs or a WebView can be used by MSAL in standalone mode (ie without broker).
When broker support is released, it will use a WebView to handle all interactive auth. For now, there are no plans to transition away from this as CustomTabs doesn't have the fine-grained APIs necessary to satisfy many of our Conditional Access scenarios
I'm trying to get your sample app to work with MS Authenticator as broker. For my use case I require Chrome Custom Tabs, since nothing is happening when I click on the "Call Microsoft Graph" (and it was working before adding broker_redirect_uri_registered true). So I have two questions: