Hello,
Is there a way to use OpenId connect as an authentication backend?
In the documentation there are some comments (https://documentation.bonitasoft.com/bonita/7.8/single-sign-on-with-saml):
`#auth.AuthenticationManager = org.bonitasoft.console.common.server.auth.impl.standard.StandardAuthenticationManagerImplExt
#auth.AuthenticationManager = org.bonitasoft.console.common.server.auth.impl.oauth.OAuthAuthenticationManagerImplExt
OAuth.serviceProvider = LinkedIn
OAuth.consumerKey = ove2vcdjptar
OAuth.consumerSecret = vdaBrCmHvkgJoYz1
OAuth.callbackURL = http://ip_address:port/loginservice`
But I can’t see any page explaining how to use Oauth (openid?).
Thanks for help,
Yann