cancel
Showing results for 
Search instead for 
Did you mean: 

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

hardik_thakkar
Star Contributor
Star Contributor

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

4 REPLIES 4

idwright
Star Collaborator
Star Collaborator

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>

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

hardik_thakkar
Star Contributor
Star Contributor

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 -... 

Hi @hardik_thakkar 

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)

howkymike
Alfresco Developer