| T O P I C R E V I E W |
| Keith_Rogers |
Posted - 10/12/2004 : 18:01:58 I’m trying to use role management in AS2000 to limit access to specific data members for each user over the internet. I tried assigning ReportPortal users with NT users that had restricted member access but they still had full access to the data. Can I use Basic Authentication with https in ReportPortal? Is there a better way to do this other than Basic Authentication?
BTW, Good job on Version 1.5, it looks great!
|
| 1 L A T E S T R E P L I E S (Newest First) |
| admin |
Posted - 10/12/2004 : 20:10:21 1) If you wish to use Analysis Services security make sure to
a) Enable the Basic Authentication only for the XMLA virtual directory. b) Make sure that Nt User Name and Nt Password are set for each ReportPortal user. c) Go to Admin > Settings and under OLAP Report Settings check “XML for Analysis Security Enabled” option
You have to use Basic Authentication because of the ‘double-hop’ issue. One way around this problem is to use Kerberos authentication.
[url]http://www.mosha.com/msolap/articles/kerberosauthentication.htm[/url]
2) As you way already know if you do not wish to use Analysis Services security make sure that anonymous user for the XMLA virtual directory has full access to the Analysis Services.
|