Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to prompt for authentication after session timeout from webitem Action page?

arunk March 6, 2018

After going to the Action page by clicking the webitem, the page is idle for some time and session gets timed out. And when i do any event on that page it should ask users to log in again.

 

I am using a Rest API to get the Confluence Pages using Application link like below.

            EntityLink entityLink = entityLinkService.getPrimaryEntityLink(project, ConfluenceSpaceEntityType.class);

ApplicationLink applicationLink = entityLink.getApplicationLink();
ApplicationLinkRequest request = applicationLink.createAuthenticatedRequestFactory().createRequest(GET, apiurl);

request.execute();

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events