However, I have a question.
Is it possible to setup the RESTFul API and the Web UI to use IDENTITY OAuth2?
- The JSReport Restful API would be a resource API and use introspection to validate the token.
- The JSReport Web UI , depending on the identity authentication authorization flow, would navigate to the IDENTITY UI screen to validate the user then once authenticated user is allowed in the system.
I have looked over the documentation and only saw basic auth, which will not work for our security restrictions at our company.
Please let me know if this is possible.