Jump to content
Changes to the Jaspersoft community edition download ×

SSO using JWT tokens issued by AWS Cognito


kevinl_5

Recommended Posts

Has anyone got SSO working with Jaspersoft Server using JWT tokens issued by AWS Cognito?

When requesting a report we can authenticate with a jwt token, but get redirected to the configured Jaspersoft homepage, rather than getting the report requested

We're requesting the report via visualize.js, but the callback never fires because we get redirected to the Jaspersoft homepage.  I feel that the server treats it as a login, rather than just authenticating the request itself.

FWIW, here is a good resource if you're looking at implementing this yourself. 

Jasper Oauth Configuration

 

  visualize({  auth: {    token: authToken,    tokenName: "code"  }},  function(v) {

Link to comment
Share on other sites

  • 3 weeks later...
  • 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...