@Edward Kenny It looks like you're encountering a client-side JavaScript error while trying to configure Microsoft Entra External authentication for your Azure App Service.
- Try a Different Browser. It's possible that the issue is browser specific. Try using a different browser to see if the problem persists.
- Check Permissions and Roles. Ensure that your global admin account has the necessary permissions to create app registrations and configure authentication in both the original and the new tenant.
- Manual Configuration. If the wizard continues to fail, consider manually configuring the necessary settings in the Azure portal:
- Manually create an app registration in the Azure AD tenant.
- Configure the authentication settings directly in the Azure App Service settings.
- Ensure that all necessary redirect URIs and permissions are correctly set up.
- Examine Network Logs. Use the browser's developer tools (usually accessible with F12) to examine the network logs and console for any additional error messages or failed network requests that might provide more context about the issue.
By following these steps, you should be able to identify the root cause of the issue or at least gather more information to help resolve it.