Hi,
How can we make sure that only the allowed users can login to the web UI?
We are planning to have two instances of Adaxes web UI. The first one should allow our internal users and helpdesk only. The other one should be accessible for people from other offices (for self-service).

by (70 points)

1 Answer

by (18.0k points)
0 votes

Update 2018

Starting with Adaxes version 2018.1 Web interface access is controlled in the Web interface configurator. For details, have a look at the following tutorial: https://www.adaxes.com/tutorials_WebInterfaceCustomization_AllowDenyAccessToTheWebInterface.htm.

Original

In the Web.config file that is located in the C:\Program Files\Softerra\Adaxes 2\Web Interface folder, specify the users you need in the element:

    <authorization>
      <allow users="username1@domain.com,username2@domain.com" />
      <deny users="*" />
    </authorization>

At the moment it is possible to allow or deny specific users (not groups) to connect to Adaxes Web Interface. In the next version (2011.1) it will be also possible to specify groups.

by (18.0k points)
0

Hello,

We've released Adaxes 2011.1. This version enables you to allow or deny specific users or groups to access the Web Interface. For more details, see Allow/Deny Access to the Web Interface.

Related questions

I am looking for a way to view the exact reason why someone would see the error below when accessing the web interface. It would be helpful to see this in a log ... "user attempted to access Web Interface section A, but is lacking the permission XYZ..."

asked 3 days ago by apruitt (510 points)
0 votes
1 answer

Hi everyone, I am deploying a new Adaxes Web Interface instance in a cross-domain environment and running into a connection/discovery issue. My Scenario: Domain A: Contains ... way to handle this cross-domain discovery block? Thanks in advance for your help!

asked Jul 8 by lbressan (100 points)
0 votes
1 answer

In the Adaxes web interface configuratior, you can set up custom actions, and adjust the object selector. I am able to set Object Selection to "Objects selected by user," and ... this question makes sense. Please let me know if there's anything I can clarify.

asked Nov 25, 2025 by apruitt (510 points)
0 votes
1 answer

Hi, there is a "Tutorials" link in the web interface config and its pointing to https://www.adaxes.com/tutorials_WebInterfaceCustomization.htm But it seems this page is (at least for me) not working currently.

asked Nov 4, 2025 by wintec01 (2.6k points)
0 votes
1 answer

Hello I am trying to export data via a script in a Business Rule for multiple users when their password is reset in the Web console, and I am having the following ... "%mail%" 'P' = "%unicodePwd%" } } $Data | Export-Csv -Path $csvFilePath -NoTypeInformation

asked Oct 10, 2025 by apruitt (510 points)
0 votes
1 answer