Oauth2 authentication in Openfire

Hi, I am trying to implement OAuth authentication in Openfire by following:-

which refers to a plugin:-

I have built and installed it (doesn’t show up in the plugin list though) but am a little unclear as to how to configure it.

It says that one should change the following system properties:-

 hybridAuthProvider.primaryProvider.className = org.jivesoftware.openfire.auth.DefaultAuthProvide
 
 provider.auth.className = org.jivesoftware.openfire.auth.HybridAuthProvider

 hybridAuthProvider.secondaryProvider.className = com.rmd.openfire.auth.OauthAuthProvider

However, where would parameters like the Oauth server and other Oauth params be specified? I’d appreciate any help.

This is not an official plugin, so you should ask the author. Last update was 3 years ago, so i doubt it is still active and compatible with the newest Openfire version. But you can give it a try by posting your question as an issue (although, there is similar question already with no reply) https://github.com/rxwen/openfire-oauth-auth-provider/issues

It looks like an unfinished project. As the main readme file has an empty Configuration chapter.