Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Customize Authentication in iserver
Shilpa
Hello,
When I am opening the URL of iserver,can I customize the login process from my own DB ,If yes How should I move forward ..?
I was looking APIs of integration tech with iserver,but I din't get, how to integrate both of them while launching URL ..
Can anyone help ..
Thanks
Shilpa
Find more posts tagged with
Comments
averma
Hi Shilpa:<br />
I believe you have user names and password stored in your database and you want iServer to manage authentication using this database. This could be achieved by implementing your own Report Server Security Extension (RSSE). The following Dev Share article provides more information on how to implement your own RSSE along with some examples:<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/devshare/deploying-birt-reports/315-implementing-iserver-express-security-with-java-report-server-secruity-extension/#description'>Implementing
iServer Express security with Java Report Server Secruity Extension - Designs & Code - BIRT Exchange</a><br />
<br />
You may also want to refer to the product documentation:<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/documentation/Manuals10/using-iserver-integration-tech.pdf'>http://www.birt-exchange.com/documentation/Manuals10/using-iserver-integration-tech.pdf</a><br
/>
<br />
Ashwini
Shilpa
Thanks Ashwini,
I tried using the example code of RSSELDAP.
In the Sample SSE.java authenticate () method ,I plugged in my code for authenticating from an external DB..
I build the code and replaced the rsseLdap.jar file in
<serverhome>servletcontainerwebappsacrsseWEB-INFlib
But the call is not going to my code ..Can you help me in this ......
Shilpa
Hi,
One thing to correct I am using iserver express version 10 not iserver
So while launching URL,I want that the authentication should be customised i.e it should authenticate from my DB using my APIs ,so where should I plugin my code ....I am stuck in this .I also tried to write my acess manager and kept the jar in <Actuatehome>iserverservletcontaineriportalWEB-INFlib ant the corr entry in web.xml ,but when i launched the iserver express it was again authenticating the same as before ...
Can any one plz help me in this ...where I am wrong or what other approach I can follow....
Plz help
Shilpa
averma
Hi Shilpa:
Did you enable open security as a web service on your encylopedia volume ?
Ashwini