Short Share Url is not displaying the "Document Details" button

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2017 06:47 AM
The short url that is generated when using the "Share" option in document library is not displaying the "Document Details" button instead it displays a Login button. Clicking on it forwards to login page and after login it lands to default dashboard page. Because of this issue, people are not able to find additional actions to perform on the document.
It could be something to do with SSO not working on that page.
I have checked kerberos/SSO configuration and it seems everything is ok.
Thanks in advance.
Hardik
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2017 07:32 AM
Have you included the noauth endpoint in your share-config-custom.xml?
(Changing ${noauth.endpoint} to a suitable value e.g. http://localhost:8080/alfresco/s)
<endpoint>
<id>alfresco-noauth</id>
<name>Alfresco - unauthenticated access</name>
<description>Access to Alfresco Repository WebScripts that do not require authentication</description>
<connector-id>alfresco</connector-id>
<endpoint-url>${noauth.endpoint}</endpoint-url>
<identity>none</identity>
</endpoint>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 04:23 AM
Hi Ian,
I have already included noauth enpoint configuration in my share-config-custom.xml file.
And i have also made Client Configuration (Kerberos client configuration | Alfresco Documentation ) correctly.
Thanks,
Hardik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 09:04 AM
Raised a ticket with Alfresco support and they are able to replicate the same with OOTB Alfresco version.
Support team has created ticket for the same. Ticket URL: [MNT-17767] When Kerberos SSO is enabled, QuickShare Link ignores it and prompts the user to Login -...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2021 09:10 AM
did you manage to solve this issue?
I do not see any activiti on Jira (and I do not have access to the MNT-11109)
Alfresco Developer
