Use Azure Active Directory credentials to sign on
- Last UpdatedDec 10, 2024
- 2 minute read
A logon dialog opens when you click Login button in the Title Bar, or when the ShowLoginDialog() script function is invoked.

To use Azure Active Directory credentials for log in
-
Select the Azure Active Directory button. This launches the Azure AD log-in screen.
Note: Windows Integrated Login is not supported in Controlled Release 2.
-
Enter your credentials and follow the on-screen instructions.
You are logged into the ViewApp when your credentials are validated. A successful log in requires that:
-
At least one security role is assigned to you.
-
Group membership for Azure AD is valid.
Authentication fails if the group was not added for your user role, and the following error is displayed:
-
The login attempt failed.
The user must have at least one role assigned to it to be able to log in.
Log Off via Azure AD
To log out of the ViewApp after signing with Azure AD credentials, click the Logoff button in the Title Bar to display the Logoff dialog. This signifies that the user has ended their session. The dialog is also displayed when the Logoff() script function is invoked.
