4
To support OAuth 2.0 Authorization Code Grant, please add the function like Web Resource of D365 Customer Engagement, and please allow arbitrary parameters to be received.
For example, parameters such as "Code" and "Token" can be received.
When redirected to the following URL:
https: // {BC'sURL} / {WebResrouceName} /? code = 1234567890 & state = 123
Table: WebResourceParameter (tentative name)
WebResourceID / QueryParameter
{WebResrouceID} / code = 1234567890 & state = 123
I want an entry like
By creating an extension based on {WebResrouceID} in the OnIsert logic of Table: WebResourceParameter,
I think Authorization Code Grant of OAuth2.0 can be realized.
For example, parameters such as "Code" and "Token" can be received.
When redirected to the following URL:
https: // {BC'sURL} / {WebResrouceName} /? code = 1234567890 & state = 123
Table: WebResourceParameter (tentative name)
WebResourceID / QueryParameter
{WebResrouceID} / code = 1234567890 & state = 123
I want an entry like
By creating an extension based on {WebResrouceID} in the OnIsert logic of Table: WebResourceParameter,
I think Authorization Code Grant of OAuth2.0 can be realized.
STATUS DETAILS
Needs Votes
Business Central Team (administrator)
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.
Best regards,
Business Central Team