181
We need to include an API based on the OAuth2 implicit grant flow.
Unfortunately, the possibility provided by Business Central to use direct authentication is not sufficient for this.
Why this model? We want to use an external API, and this only gives us the ability to use the OAuth2 implicit grant flow for authorization and authentication.
In JavaScript and .NET this is not a problem because we can already use Microsoft libraries for this. In Business Central there is currently no possibility to use this flow.
For this reason it would be desirable if this flow would be available as well.
Unfortunately, the possibility provided by Business Central to use direct authentication is not sufficient for this.
Why this model? We want to use an external API, and this only gives us the ability to use the OAuth2 implicit grant flow for authorization and authentication.
In JavaScript and .NET this is not a problem because we can already use Microsoft libraries for this. In Business Central there is currently no possibility to use this flow.
For this reason it would be desirable if this flow would be available as well.
STATUS DETAILS
Under Review

Business Central Team (administrator)
https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow.