Dear Marciano,
that's what I already did. But if I use the anonymous scheme it is not possible to access a document directly which is not in a public folder.
Example for anonymous scheme (not authenticated):
- If I try to access the URL http://<host>/irj/go/km/docs/documents/public/<doc>.<extension> everything is okay (read permissions for everyone on public folder).
- If I try to access the URL http://<host>/irj/go/km/docs/documents/private/<doc>.<extension> the system throws "permission denied (403)" (no read permissions for everyone on private folder). In general this is correct but the portal should try to determine the user from the kerberos ticket. If this is not possible the user / password prompt should appear (as it is if I am using the default scheme).
Regards
Danny