AEM Cloud Author Custom Domain and Adobe IMS Authentication Flow
Hi Community,
I'm currently evaluating options for exposing an AEM Cloud Author environment through a corporate custom domain and would like to hear from anyone who has explored a similar architecture.
I have already raised a support ticket with Adobe. The guidance received was that custom domains for Author are currently not supported and that a customer-managed reverse proxy/gateway approach would be outside the supported AEM configuration. While that clarifies Adobe's support position, I am still trying to better understand the technical feasibility and real-world experiences from the community.
After discussions with our network team, we identified the following approach:
1. Inbound Host Header Rewrite
The reverse proxy intercepts requests to the custom domain and rewrites the HTTP Host header to the Adobe-provided Author hostname so Adobe can correctly route traffic within the multi-tenant environment.
2. Outbound Redirect Rewrite
When AEM issues redirects, the reverse proxy rewrites response Location headers from the Adobe Author hostname back to the custom corporate hostname to keep users on the custom URL.
3. SNI / SSL Pass-through
The reverse proxy passes the Adobe Author hostname as the SNI value during the backend TLS handshake to ensure successful communication with Adobe's edge services.
Our network team is confident that items 1 and 3 are achievable.
However, the challenge appears to be item 2 once the Adobe IMS authentication flow is involved.
Our understanding is:
- User accesses the custom Author URL.
- Traffic is routed through the reverse proxy to AEM Author.
- User is redirected to Adobe IMS for authentication.
- After successful authentication, the return URL is generated using the Adobe-managed Author hostname.
- The browser is then redirected to the Adobe hostname rather than the custom domain.
Because this redirect originates from the IMS/AEM authentication flow, our network team believes they may no longer have control over the return URL after authentication completes.
Questions
- Has anyone successfully implemented a custom domain for AEM Cloud Author using F5, reverse proxy, gateway, or similar technologies?
- Is the post-IMS authentication callback always tied to the Adobe Author hostname?
- Has anyone successfully maintained a custom domain throughout the IMS authentication flow?
- Were any additional redirect, cookie, or header rewrite mechanisms required?
- Are there any practical workarounds currently being used until native Author custom domain support becomes available?
I would appreciate hearing from anyone who has implemented this in production or evaluated a similar design.
Note: Adobe Support has confirmed that Author custom domains are currently unsupported. An enhancement request (CMGR-18457) exists for this capability, with a tentative future roadmap target, but no committed delivery date is currently available.