Hello, I've successfully installed Rancher 2.8.4 a...
# general
s
Hello, I've successfully installed Rancher 2.8.4 and am setting up Azure AD Authentication. I am trying to configure auth with multiple domains. (https://rancher.mycompany.com works, and https://rancher-clustername.mycompany.com does not work). I have both URLs listed in the Azure Enterprise App: "replyUrlsWithType": [ { "url": "https://rancher.mycompany.com/verify-auth-azure", "type": "Web" }, { "url": "https://rancher-clustername.mycompany.com/verify-auth-azure", "type": "Web" } The paragraph (Optional) Configure Authentication with Multiple Rancher Domains states:
Copy code
If you have multiple Rancher domains, it's not possible to configure multiple redirect URIs through the Rancher UI. The Azure AD configuration file, azuread, only allows one redirect URI by default. You must manually edit azuread to set the redirect URI as needed for any other domains. If you don't manually edit azuread, then upon a successful login attempt to any domain, Rancher automatically redirects the user to the Redirect URI value you set when you registered the app in Step 1. Register Rancher with Azure.
I've searched in vain to locate
The Azure AD configuration file, azuread
. Could someone kindly help clarify how to
manually edit azuread
? Thanks!