Hi
Some idp setups are configured for Oauth2 implicit grant flow (https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow)
One small but significant detail in the implicit flow is that the callback response uses “#” symbol in the URL rather than "?”
The oauth modules from the marketplace currently don't support this implicit flow and building a custom one with the mendix request handlers doesn't seem compatible with URL fragment.
How can an implicit flow be implemented in Mendix ?