COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Security => Topic started by: smilodon on 24 Sep 2011 09:00:58 PM

Title: how to deploy report security to public?
Post by: smilodon on 24 Sep 2011 09:00:58 PM
the report will be on public website.
and anyone has the Internet access can run the report from the website.

Is there any way I can set up a special group with certain roles can achieve this function?
the user in this group will no need to type in any user ID or password to run the report,
but that's the only thing they can do, they can not to access to the other folders or any studios,

If cognos cannot do that, can I use Java develop an interface and embedding the user ID and password
in it, and then run the report?

Thanks in advance.
Title: Re: how to deploy report security to public?
Post by: msp_cognos on 04 Oct 2011 11:23:12 AM
So U are trying to set up some kind of Anonymous access to Your Cognos Portal to a certain Folder only.
I know You can set up your Cognos Configuration to Allow 'Anonymous Access' , even if you have a LDAP setup in our Environment- what that is supposed to do is handle all requests (which comes without any Authentication) as requests coming from the special user 'Anonymous'. I have not tried it out...but if that works, then you can set the user 'Anonymous' to ONLY access your special 'Internet Facing' folder.
If it does not work (there can be other limitations as well..I really feel tempted to test this out though), then using SDK or Mashup Service might provide what You are looking for.

HTH