Our organization uses Powerapps and Power Automate 'Flows' that connect to Business Central API using a custom connector. We've been informed that the Web Service Authentication (also known as a 'raw' or 'basic' connection) will be expiring soon. We would like to move to Oauth 2.0 for our API connections.
We've begun following documentation for Registering an Application with MS identity platform, however many things are unclear:
- Which platform type should be selected for use with Powerapps / Custom Connectors?
- Which redirect URI should be used once a platform is selected?
- Will the same configuration work for both Powerapps and Power Automate, or will we need to register 2 separate Apps in Azure AD?