So far everything works but we want to make the Restore Portal available to our customers so they can restore by themselves. They get access through a netscaler so we configured a redirect url in the azure ad application:
But for the additional organizations the application is created as a "enterprise application" and is somewhat missing the authentification and redirect url:
Any idea where i can configure this for enterprise application?
As far as I know, you can't add URLs to an application registered from another tenant.
Redirection URLs can only be managed for the original applications created in the tenant itself.
What happens, if you add the URLs to the original application? Can you then use a different FQDN per tenant?
every tenant will access the restore portal through the same external url so thats not the issue.
For me it wasn't clear, that the redirection url from the original application are kinda mirrored to the ones from the other tenants.