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

by (60 points)

1 Answer

by (306k points)
0 votes

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

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

Access reviews are a common requierment for many security frameworks. Is this a feature you see being added in the future, or has it been ruled out has something that doesn't fit your vision for the product?

asked 3 days ago by csw.pedro.matos (20 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, 2024 by sjjb2024 (60 points)
0 votes
1 answer

Is there any way to add a warning message when someone tries to add a group member that already is member? Checked config but found nothing related. Added a new member that ... the group and there is no warning, and the logs show that the task was completed.

asked Jul 9, 2024 by lramirez (20 points)
0 votes
1 answer