I was creating a web app which had an authentication page, and I wanted to check for its authentication from jasperreports server, and if the credentials are authorized, display next page. How could I do it? Please help.
1 Answer:
Posted on June 19, 2017 at 11:45am
It depends on how you are authenticating your users in your web app. Take a look at the External Authentication Guide.
http://community.jaspersoft.com/documentation/tibco-jasperreports-server...
@elizam, thanks for posting, I have created users on the jasperserver through the localhost:8080/jasperserver gui, but now I have created my own login page and want to authorize the user based on the jasperserver users. How could I do it?
elizam