reportserver-119489-administrative-panel-manage-server-settings-authentication.md
Note
The DevExpress Report and Dashboard Server login/password authentication method does not support/offer the following features:
You can use the toolbar button to invoke the Authentication dialog.
The Report and Dashboard Server provides Server and Windows authentication types. You can enable/disable these options in the Authentication dialog:
Server
Windows
Use the settings in this section to enable and configure the OpenID Connect authentication protocol.
For instance, you can perform the following steps to register your Report and Dashboard Server application in Azure Active Directory:
Enter to the Azure portal and switch to the Azure Active Directory section.
Switch to the App Registration section…
Specify the application name, type and sign-on URL.
Copy the Application ID field’s content.
Switch to the Server’s Authentication window, enable the OpenID Connect option and paste the copied value in the Application ID field.
Go back to Azure Active Directory , click Properties and copy the Directory ID field’s content to the clipboard.
Open the Server’s Authentication window, paste the copied value in the Authority field and add the “ https://login.microsoftonline.com/ “ prefix to it.
You can use the Name option to display a custom name on the login screen.
Open the General Settings window and enable the self sign-up option. This setting automatically creates an account when a user logs in for the first time.
Restart the web application in IIS.
Log out from the Report and Dashboard Server to see the OpenID Connect option on the login screen.
Use the settings in this section to enable and configure the WS-Federation authentication protocol.
For instance, do the following to register the Report and Dashboard Server application in Azure Active Directory:
Sign in to the Azure portal and open the Azure Active Directory section.
Switch to the App Registration section…
Specify the application name, type and sign-on URL.
Return to the App Registration section and go to Endpoints.
Copy the Federation Metadata Document field’s content to the clipboard.
Switch back to the Server’s Authentication dialog, enable the WS-Federation option and paste the copied value in the Metadata field.
Go to Azure Active Directory once again and locate the Report and Dashboard Server application in the App registrations section. Click Settings to access the application’s properties.
Copy the App ID URI field’s content to the clipboard.
Open the Server’s Authentication dialog and paste the copied value in the App ID URI field.
You can use the Name option to display a custom name on the login screen.
Open the General Settings window and enable the self sign-up option. This setting automatically creates an account when a user logs in for the first time.
Restart the web application in IIS.
Log out from the Report and Dashboard Server to see the WS-Federation option on the login screen.