Hi,
I have a problem, i would like to download files stored in UCM, but i would like to bypass UCM auth UI. Is there some other way to supply username and password. Following is the setup
- I have 4 files uploaded to ucm server.
- These files are secured by creating an account with in the public security group. And that account contains only one user that is local to ucm. I need to pass the this username and password to gain access to these files.
We are basically exposing these files through URL, something like http://host:port/cdnucm/groups/public/@coltonline/@partner/@crc/documents/digitalasset/file_name.mp3
I when i am access this file i am prompted by UCM authentication UI to login.
My question is, is there a way to bypass the authentication UI by passingĀ the security credentials (i.e. username and password) through some other mechanism, something like query string.
I tried doing the following, but did not help.
http://host:port/cdnucm/idcplg?IdcService=GET_FILE&dID=<Did>&dDocName=<DocName>&dUser=testuser&dPassword=welcome1
Any pointers to resolve this issue will be highly helpful.
Thanks in advance,
Seshan K.