
Announcements
Hi there,
I am creating a custom connector for the finance system, Yooz.
This has been registered as an enterprise app on Azure with an app registration; I have the client ID, secret etc.
What would I put as the Resource URL in the custom connector's Security box? We are wanting to auth via AAD.
Thanks
K.
The Resource URL in the custom connector's Security box for OAuth via Azure Active Directory (AAD) would typically be the URL for the Yooz API you want to connect to, which is the resource you want to access and protect. This URL should be the base URL of the API and should not include specific endpoint paths.
For example, if you wanted to connect to the Yooz API at "https://api.yooz.com/finance", you would use "https://api.yooz.com" as the Resource URL in the custom connector's Security box.