I have an API with AzureAD enabled, and i want to allow in an different AAD to have access to it.
In API's app registration I've exposed and enabled the access to the other user app registration. In postman it works, but while testing in his custom connector i'm getting the 404 not found. Within the same AAD the conector returns data.
I've also tried to check the https requests under Fiddler, but no luck there.
Any tip?
Thanks in advance