Azure App Proxy/Enterpise Application logs
Posted by Brilliant-Extent2684@reddit | sysadmin | View on Reddit | 4 comments
Hy!
We are using App Proxy to securly login to the on-premise web application. The on-premise app is an ERP system, where the users can add some item to the database. When the users leve the computer during the adding items form for about half an hour (rest), and click the save button after half an hour, the system says: "An error occurred while connecting to the server."
I think it is an application side problem and not Azure side. I want to make sure of that. Where can I check the connection log on the Azure side?
Thanks.
Jotadog@reddit
There is a session time limit setting and it needs to align with the session timeout of your app. It’s some power shell command. Not at work right now so I can’t tell you exactly, but maybe it pushes you in the right direction.
Brilliant-Extent2684@reddit (OP)
Thanks. Where do I have to search this session time limit setting? Under the Enterprise Application? Thx.
Jotadog@reddit
I think it is this one. https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mgpolicytokenlifetimepolicy?view=graph-powershell-1.0 After creating the policy it needs to be assigned to the enterprise app
Jotadog@reddit
No, it’s a power shell command. It’s not in the gui