Jump to content
We've recently updated our Privacy Statement, available here ×

Problem with URL Login with External database


javiershj

Recommended Posts

Hello,

I am trying tu use the login by URL with:

http://{serverIp}:{serverPort}/jasperserver/flow.html?_flowId=searchFlow&j_acegi_security_check?&j_username={serverLogin}&j_password={serverPassword}

I have an external Database Configured (Oracle 10g)

I do not encounter any problem login with my own users (from the database) with the login page but when I try to login by the previous URL I get credentials error. With the same URL and jasperadminjasperadmin is still works.

The password in my database is in Sha1 but the password I pass in the URL is without encoding

Example: 

User: test

Password: test

http://{serverIp}:{serverPort}/jasperserver/flow.html?_flowId=searchFlow&j_acegi_security_check?&j_username=test&j_password=test

Could someone help my?

Regards,

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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