0 votes

what its trying to do? GET, POST..etc...?

by (20 points)

1 Answer

0 votes
by (272k points)

Hello Scott,

There are no such logs. However, you can also check the requests specifically sent to Microsoft 365 and Exchange. For details, have a look at the following articles:

Additionally, you can enable tracing of Web interface requests:

  1. Navigate to the folder where Adaxes Web interface is installed. By default, the folder is C:\Program Files\Softerra\Adaxes 3\Web Interface.
  2. Open the App folder.
  3. Open the Web.config file with a text editor.
  4. Locate the configuration\adaxes.web.ui\trace XML element.
  5. Set the enabled attribute to True.
  6. Specify the path to the file in the filePath attribute.
...
    <adaxes.web.ui adaxesConfigurationSetId="">
        <trace enabled="true" filePath="C:\logs\adaxes.webui.trace.txt"/>
    </adaxes.web.ui>
  1. Save the file.

Related questions

0 votes
1 answer

I'm looking to find any Python examples of using the REST API. An Internet search didn't turn anything up.

asked Nov 25, 2021 by swengr59 (60 points)
0 votes
1 answer

On rare occasions, I get the following message when viewing the exchange properties; 'The operation cannot be executed by any available API.' This only happens to a ... these properties are displayed for users. Has anyone else experienced this issue at all?

asked Sep 1, 2016 by Martyn (70 points)
0 votes
1 answer

Hello, I'm trying to create a business rule that will update a user account expiry date when that user logs in for the first time. I'm new to Adaxes, so I don't have a ... updated by a user's action, such as "Last Logon". Is it possible to make this work?

asked Mar 6 by sjjb2024 (60 points)
0 votes
1 answer

We use TOPdesk as our ITSM solution. Several departments are able to create new users. When a create user task fails we would like to receive the alert as the Adaxes ... Adaxes to sent out the incident to our TOPdesk. Is there a solution for this?

asked Oct 5, 2023 by mrkvd16 (20 points)
0 votes
1 answer

I am trying to view AD authentication logs to see a user account's authentication attempts. Can this be done in Adaxes?

asked Dec 30, 2021 by Tfarmer (160 points)
3,346 questions
3,047 answers
7,782 comments
544,982 users