Jump to content
Changes to the Jaspersoft community edition download ×

Jasper server authentication using external Oauth2 authentication provider (Keycloak)


vipul.mandpe

Recommended Posts

Hi,

We referred below link to enable oauth2 authentication of jasper server community edition using third party authentication server i.e. keycloak.

https://community.jaspersoft.com/wiki/configuring-oauth-20-tibco-jasperreports-server-v61

But it is not working.  We are unable to configure following properties correctly:

<bean id="OAuthAccessTokenValidator" class="com.jaspersoft.jasperserver.ps.OAuth.OAuthAccessTokenValidator">
       <property name="userdetails_location">
    <value>http://localhost:8080/v1/tokeninfo</value>
    </property>
    <property name="userdetails_key">
    <value>27c88aca-11dc-4022-9753-53f96a1fefc6</value>
    </property>
    <property name="userdetails_secret">
    <value>0ebdb578-d571-43f0-91f7-ce0e656a35f0</value>
    </property>
    </bean>

Can you please let us know if we are referring correct link to serve the purpose?

Regards

Vipul

 

Link to comment
Share on other sites

  • 2 months 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...