1. Go to Container Apps → nginx-agent

    1. Under custom domains, add your domain
    2. Add in the custom domain you’d like, verify that you own the domain
    3. Click Validate

    image.png

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

image.png

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

  1. Go to App Registrations → Userfront AI Portal
  2. Go to Manage → Authentication
  3. 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 → Userfront 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