trying to do service to service using Oauth and Azure AD, but seems like everyone within Azure AD has access to my API have tried setting permissions within the Azure ad application in AAD and set the "Allowed Token Audiences" within the authentication part in settings, but nothing seems to limit access to my APP.
what is the purpose of "Allowed Token Audiences" if not to restrict access?