Jump to content
Changes to the Jaspersoft community edition download ×

Need Help in Integrating Jasper Server


shivkant84

Recommended Posts

Hello Evey One,

I am trying to integrate my Spring Application with Jasper Server 3.5.1 pro licensed edition. I have not worked earlier on such kind of integration (Integrating two separate spring application).

I have reuirement to be completed are as follows :

1.  My application has Oracle DB and many users and  I have to make  a way from my application to directly login for every user  to Jasper Server and create a  new user in Jasper DB with SSO.

I am looking for help from this community to complete my task.

 

Please help me.

 

Thanks

Shivkant

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

You can set up SSO with JasperServer. Have a look at the wiki http://jasperforge.org/plugins/mwiki/index.php/Jasperserver/AuthenticationConfiguration (Acegi security became Spring Security with JasperServer 3.7) and the Authentication Cookbook http://www.jaspersoft.com/jaspersoft-authentication-cookbook-jasperserver.

 

if you authenticate against an external database or service, a user will automatically be created and maintained in JasperServer, so its roles and permissions can be managed.

 

Are the users in your Oracle database? Have a look at the Spring Security DaoAuthenticationProvider, which uses a database connection and query you provide. http://static.springsource.org/spring-security/site/docs/2.0.x/apidocs/org/springframework/security/providers/dao/DaoAuthenticationProvider.html

 

Sherman

Jaspersoft

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...