What is the name of the domain?
examplecom
What is the issue you’re encountering
When making requests from my webapp (https://app.dev.examplecom) to my api (https://api.dev.examplecom), the API requests are being redirected to the Cloudflare Access SSO login page. This happens despite configuring Cloudflare Access with a wildcard domain (*.dev.examplecom) to ensure shared authentication across subdomains. Im using Azure AD SSO. When I go to https://app.dev.examplecom im redirected to Cloudflare Acess login page and the option to login with Azure AD SSO, It works fine and creates a CF_AUTHORIZATION cookie for domain app.dev.examplecom then any calls from app.dev.examplecom to api.dev.examplecom are redirected to the Cloudflare access login page (thats the response I can see in chrome console).