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

Authentication Based on Request - sources


rasaw
Go to solution Solved by Yuriy Plakosh,

Recommended Posts

I'm trying to follow this guide 'Authentication Based on Request' ( https://community.jaspersoft.com/documentation/tibco-jasperreports-server-authentication-cookbook/v601/authentication-based-request ) as I have a custom Filter that can provide user details and user roles (bind to headers/request attributes).

Where can I find sources for  CustomAuthenticationToken & CustomAuthenticationProcessingFilter?

 1.Modify CustomAuthenticationProcessingFilter.java to work with your authentication method. This class takes a single HttpServletRequest parameter and returns a Spring Authentication object. You can use one of Spring's implementations of Authentication, or you can use our CustomAuthenticationToken. Your user request needs to have sufficient information for your custom authentication method to authenticate using the request.
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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