Open an alfresco page on a specific space ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2006 10:14 AM
Is it possible to open an alfresco page on a specific space logged as a specific user.
I know it is possible to have a link pointing on a specified space, but logged as a guest. This is great, but I need more.
Do you think it 'is possible to login via Web Services for example and after that to open an alfresco windows on a specific space logged as a specific user ?
Thanks in advance for your response !
PS : After digging more deeply on Alfresco I still find it very amazing 😉
PS2 : sorry for my poor english 😉
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2006 11:12 AM
Nobody can answer me ?
Or my poor english is incomprehensible 😉
Thanks in advance !

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2006 04:40 AM
When connecting to Alfresco via web services all of the usual security restrictions for a user apply.
You can navigate around a repository and perform actions on spaces and documents via web services, so long as the authenticated user has permissions to do so.
Hope this helps to answer your question,
Roy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2006 05:09 AM
I want to provide a link from my webapp, pointing to an Alfresco space.
And I want to avoid the user to login again (as the user is already logged on my website).
I am aware of the guest access, but I want the user to be logged directly with his alfresco account.
I have found an element of response on this thread :
http://www.alfresco.org/forums/viewtopic.php?t=1169
Some of our clients will buy the Alfresco enterprise version, but I want to provide a basic solution for the community version.
Is there a solution without changing Alfresco's code, because we want to keep up to date with alfresco, without merging our code everyday.
Cheers,
Samuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2006 05:42 AM
But in the Alfresco client, I can see an External Access URL only for a specific Space Details (in the tab links).
Is there also an External Access URL to a Browse Spaces view for a specified space ? Because i can't see it in the Alfresco web client.
Thanks in advance !

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2006 08:44 AM
http://www.alfresco.org/mediawiki/index.php/URL_Addressability
An example would be:
http://yourserver:8080/alfresco/navigate/browse/workspace/SpacesStore/0000-0000-0000-0000
obviously the correct NodeRef would be used at the end of URL.
You are correct in that only specific pages are supported for access externally, the space details, document details and browse are ones we support now.
Thanks,
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2006 10:54 AM
I didn't see this wiki page.
By the way, do you plan to add a possibility of autologin for the community version ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2006 03:54 AM
http://wiki.alfresco.com/wiki/URL_Addressability#Ticket_URL_Argument
It's great, we can auto login users by requesting a ticket via web service and add it as an URL argument !
thanks Alfresco

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2006 03:41 AM

After reading again this page : http://wiki.alfresco.com/wiki/URL_Addressability#Ticket_URL_Argument
This can then be appended to any servlet URL as the ticket argument to provide authentication without login, for example:It's look like it's only for servlet URL. What does it means ? It's not possible to provide a link like
/alfresco/download/attach/workspace/SpacesStore/0000-0000-0000-0000/myfile.pdf?ticket=1234567890
http://myserver:8080/alfresco/download/attach/workspace/SpacesStore/0000-0000-0000-0000/myfile.pdf?ticket=1234567890
I know the ticket has a limited life, but it would be great if this kind of autologin is available in Alfresco.
Cheers,
Samuel

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2006 05:23 AM
Thanks,
Kevin
