Linkedin Authentication

Hello all,

This is a question for Bonita developers. I have seen in the source code of Bonita that there is an implementation of Linkedin authentication that uses OAuthLoginManagerImpl.java. I have modified the loginManager-config.properties file in order to use this authentication:

login.LoginManager = org.bonitasoft.console.common.server.login.impl.oauth.OAuthLoginManagerImpl
OAuth.serviceProvider = LinkedIn
OAuth.consumerKey = xxxxxxxxxxx (hidden)
OAuth.consumerSecret = xxxxxxxxx (hidden)
OAuth.callbackURL = http://127.0.0.1:8080/bonita/loginservice

Then I am stuck right here. There must be some place in the code to call getLoginpageURL() and redirect the user to the url returned by that method from the login page, but I cannot find that.

does anybody know the answer or have tried the linkedin authentication feature?

Thank you in advance,
JesĂșs

1 Like