cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid alfresco login

nagamaddileti
Champ in-the-making
Champ in-the-making
Hi,

I have some urls for my content in alfresco eg:
http://127.0.0.1:8080/alfresco/d/d/workspace/SpacesStore/480f36e7-e967-4cd4-b112-2d887c9d4cc1/Sunset...
http://127.0.0.1:8080/alfresco/d/d/workspace/SpacesStore/392b8242-3cca-4c4a-be09-e20f271c30a5/Winter...

but when I use these urls, it is promting for login(login jsp page is openinig).
I want to avoid this authentication.

Can any one help me out?
5 REPLIES 5

romschn
Star Collaborator
Star Collaborator
How do you want to user these URLs?

Do you want to call it from another application i.e from some other application's portal or so?

Before calling these URLs, if you do not want the login screen to pop up - You should first authenticate the user against alfresco and then call the URL.

Hope this helps.

Thanks,

nagamaddileti
Champ in-the-making
Champ in-the-making
Hi,

ThanQ for replying.

I am trying from a different application to alfresco content using urls.
I want to live stream vedeos from alfresco thts why I am using these urls.
If I type these urls in browser it is going to login page, once I give credentials, it is opening the content.
And If I use these urls in a jsp It is not opening login page at same time it is not giving output also.

Can u clrearly explain according to my requirement?

mrogers
Star Contributor
Star Contributor
Have you any permissions on those files and have you enabled guest access.   You should be able to access files which don't have any permissions.

nagamaddileti
Champ in-the-making
Champ in-the-making
Guest account is activated. Presently I am using admin account only, I have all rights.

sam4alf
Champ in-the-making
Champ in-the-making
If you have login ticket, you can try passing it as a request parameter in the URL. I don't have the exact syntax right now but it looks something like: <your URL>?ALF_TICKET=<ticket here>. This way, you can avoid getting login page and open content directly in browser.

-Sarma.