adobe / asset-share-commons

A modern, open-source asset share reference implementation built on Adobe Experience Manager (AEM)
https://opensource.adobe.com/asset-share-commons/
Apache License 2.0
89 stars 106 forks source link

Login/Logout issue –After Apache Jackrabbit Oak TokenConfiguration expires assets share commons home & details page not redirected to login page #477

Closed assetshare2018 closed 4 years ago

assetshare2018 commented 4 years ago

Describe the bug We have enabled the authentications for asset share pages and Apache Jackrabbit Oak TokenConfiguration expired after 12 hrs. After login token expired pages (home & details) is not redirecting immediately to login page, we have more ajax call in search, filter, sorting etc., all pages no reloads needed so in this case after login token expired all functions not working property (it expected) kindly help us to overcome this situation.

Environment

davidjgonzalez commented 4 years ago

@assetshare2018 ASC relies on as much OOTB AEM functionality as possible, including for authentication and authorization. Please make sure you've configured the ASC pages as you would any other AEM Sites page; instance it sounds like you want to set up the Authentication requirement for the ASC content tree:

image

If you are using SAML/IDP you can look up in Adobe Docs how to handle these flows.