You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added one more alternate domain in the Cloudfront (tenant-a.dev.example.com)
Created a new App Integration - > App Client in the Cognito and added the Allowed callback URL(tenant-a.dev.example.com)
Now, when we try to login to tenant-a.dev.example.com, it takes us to the "Federated Authentication" page, and when we click on the "Federated Authentication" page it takes us to the login page.
After entering the login credentials, it takes us back to the "Federated Authentication" page.
Clicking again on "Federated Authentication" page, it authenticates us but redirect to the custom domain "dev.example.com".
Instead of being redirect to "dev.example.com", we want to be redirected to tenant-a.dev.example.com
Could you please help us here?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello Team,
We have a requirement to have different URLs for different tenants in one application/environment.
E.g.
Current Setup:
Dev Env:
dev.example.com
Stage Env:
stage.example.com
Expected:
Dev Env:
TenantA -> tenant-a.dev.example.com
TenantB -> tenant-b.dev.example.com
TenantC -> tenant-c.dev.example.com
Stage Env:
TenantA -> tenant-a.stage.example.com
TenantB -> tenant-b.stage.example.com
TenantC -> tenant-c.stage.example.com
How can this be achieved?
We tried the following manually.
Could you please help us here?
Thank you in advance.
The text was updated successfully, but these errors were encountered: