Azure AD Application proxy session timeout

Jochen 151 Reputation points
2021-02-04T21:08:46.953+00:00

We are using Azure AD Application proxy to access "legacy" applications in our datacenter.
The system works as expected for the most part. However, every XX(60?) minutes the session expires and the user is taken to logon.microsoft.com and than redirected back the the application behind the application proxy.

Some of the applications behind the proxy ask for user input. A user might be typing a form for 10 minutes, he presses apply, is redirect... en taken back and just lost 10 minutes of work.
Can we change the time a session has to reauthenticate? (does a feature request or roadmap exist?)

Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Chris Hill 206 Reputation points
    2022-05-27T13:16:58.75+00:00

4 additional answers

Sort by: Most helpful
  1. James Hamil 27,211 Reputation points Microsoft Employee Moderator
    2021-02-04T23:50:03.953+00:00

    Hi @Jochen , you can configure Azure AD Application proxy timeout here. Please let me know if you have any questions.

    Best,
    James


  2. John Haller 1 Reputation point
    2022-01-06T12:46:04.873+00:00

    @Jochen This is just a workaround, but multiple connections to the same application appear to reset the timer. So, opening a second browser tab to the same application before pressing apply will generally avoid losing the data in the first tab. I've used this approach with Jira and Confluence.


  3. Chris Hill 206 Reputation points
    2022-06-09T10:49:54.28+00:00

    Hi @JayBee2 ,
    Try Get-AzureADServicePrincipal -All | fl DisplayName

    0 comments No comments

  4. JayBee2 6 Reputation points
    2022-06-09T11:02:58.653+00:00

    Hi @ChrisHill-9515,

    You are right. I'm Currently I'm testing this.
    Thanks a lot!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.