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

Integrate SSO using External database in jasper server


Recommended Posts

 

I am trying to integrate SSO using External database.For this I have created external DB on postgress.in which i have created a table(user table) with follwing fields
 
user table
1.userid-bigint
2.Username -charcter varying(100)
3.password--charcter varying(100)
4.Fullname--charcter varying(100)
5.tenantid etc.
 
 
Now i want to login jasper server using extenal database.means if i login jasper server using external database then it should be login successfully and redirect to home page of jasper server.can you please suggest what should i do for this?
 
Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Have you looked at the External Authentication Cookbook, available under the docs link?  There is an external database chapter. It describes how to set up logging in using an external database. This is not "true" SSO, in that users will have to log in again, but they can use their existing username and password.

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