Jump to content

Configuring Custom Authentication in JasperServer


samvijay

Recommended Posts

Hi,

My project requirement is to support authentication based on request parameters, i.e the user details are part of URL, for example http://localhost:8080/jasperserver?USER_NAME=admin&CLIENT_ID=abc

(I know this is not a good practice, and there are security issues as well)

After doing some hard work!!!, I have reached the stage where the repositoryExplorerFlow page is displayed, but in that page except the menu and icons nothing else is displayed like  Folders and Contents of:

Please let me know what could be the reason, I have attached the source code and config file.



Post Edited by Sam Vijay at 03/11/09 11:30
Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

What you are doing looks OK. Does the user get created completely in JasperServer with the right role(s)? The JIAuthenticationSynchronizer does this. Have a look in the repository database.

 

Have you tried turning on Acegi debug logging?

 

Are there any exceptions in the log?

 

Sherman

Jaspersoft

 

PS. Did you know Aztecsoft did some of the original work on JasperServer in 2006?

Link to comment
Share on other sites

  • 2 weeks later...

Hi Sheman, Your inputs really helped me, thanks.

First thing I was not using JIAuthenticationSynchronizer, and second I had forgotten to run unit tests, which would populate the jasperserver metadata.



Post Edited by Sam Vijay at 03/11/09 11:30
Link to comment
Share on other sites

  • 7 months later...
  • 2 years later...

 

Hi guys.

I want change the authentication of jasperserver 4,5 to search the user in table of another data base used by my application.

I want to use the registered users in my application to log in jasperserver.

Someone, know how to do this?

Thanks.

 

 



Post Edited by leandro061 at 03/21/2012 15:11
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...