While attempting to log into the Automic Web Interface (AWI) using SAML authentication, the login fails with an access denied error. This typically occurs when multiple environments (e.g., Dev and Prod) share the same connection name in the configuration files.
Symptoms
Logon error: Access deniedEach connection defined in the uc4config.xml must have a unique name. If a Dev environment and a Prod environment both use the default name (e.g., "AUTOMIC"), the SAML assertion or web app cache may conflict, resulting in a failed login.
Ensure that every system connection has a unique name across the environment landscape.
uc4config.xml.<connection> elements and assign a unique name to the prod system (e.g., change name="AD" to name="AP").Note: The maximum length for the connection name is 8 characters.
ucsrv.ini) on the production server to match the new unique name.ini) for every Agent connected to that system to reflect the new name.For more details on setting up SAML, refer to the Setting up Single Sign-On - SAML documentation page.