0 votes

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

0 votes
by (18.0k points)

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 <authorization> 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.

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

0 votes
1 answer

I'm lost as to why "Create User" doesn't show up. I made a new dashboard, mirroring the default Help Desk. Under Actions, I enabled Create User. On the web interface, the option to create a user is not showing. Am I missing a step?

asked 3 days ago by tromanko (260 points)
0 votes
1 answer

I'd like to limit users from being able to login to the Web interface. In other words, if a user opens multiple browsers or tabs, can I prevent them from being able to login to each tab/browser and starting multiple sessions? Thanks!

asked Apr 10 by cewilson (140 points)
0 votes
1 answer

I added a chart based on report "soon-to-expire passwords" to the homepage. In Adaxes console, it will show a chart with time/date of when the password will expire. In the ... the report in web interface, it will show data but the chart will still be blank.

asked Mar 20 by tromanko (260 points)
0 votes
1 answer

What I'm trying to accomplish: user should have access to modify certain accounts where customTextAttribute2="test" (example). When I modify the criteria under "object selection" ... to query custom attributes or do you have to use AD attributes for this?

asked Mar 19 by tromanko (260 points)
0 votes
1 answer

Is there a way to configure the module "Member of" in a "View user"-action as purely read only? As it stands now we are able to navigate to a seperate viewing page ... needs write-access to AD, we can't specify purely read-rights via the security role either.

asked Mar 8 by Handernye (50 points)
3,374 questions
3,073 answers
7,817 comments
545,374 users