1. In the Azure Portal, go to **Container Apps** → nginx-agent

    1. Under NetworkingCustom Domains , click “+ Add Custom Domain”

    image.png

    1. Add in the custom domain you’d like, this will give you a cname and txt to validate that you own the domain

    image.png

    1. Click Validate

Once validated, it could take up to 10 minutes to show as “secured” and correctly direct you to the Ai Portal

image.png

  1. Also validate that it is added as a redirect url in your app registration (For Azure):
  2. In the Azure portal, go to App Registrations → Multimodel AI Portal
  3. Go to Manage → Authentication
  4. Verify that your domain with the login endpoint exists as a Web Redirect URI. (Should be https://XXXX_YOUR_DOMAIN_XXXX/.auth/login/aad/callback)

image.png

Also validate that it is added as a redirect url in your app registration (for Okta):

  1. Go to the applications menu in Okta → Multimodel AI Portal
  2. Under the Application go to URLs and update the login/logout urls (Should be https://XXXX_YOUR_DOMAIN__/.auth/login/aad/callback)

image.png