Jump to content

Bypass login page


sri.vedantham

Recommended Posts

I am able to bypass login page of JasperReports by giving crenetials as querystring params in the URL. But in case of multi tenancy how do we supply the Organization parameter in query string? Tried out the following URL

http://localhost:8080/jasperserver-pro/?j_username=jasperadmin|organization_1&j_password=jasperadmin

but it did not work. Always gives invalid credentials supplied

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 months later...

Hi, this works for users who are defined internally.

 

But when i enable db as external authentication, users defined externally are not getting authenticated when i use following in url

&j_username=username|orgId&j_password=password

username, orgId and password are replaced by actual values.

Though it works in direct login.

 

Any suggestions on the same

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...