External auth for Openfire Meetings

Hi guys,
I installed OpenFire and the Meetings plugin just for testing purpose: great work!

Now I’m trying to setup a custom auth mechanism for using JWT tokens, so I downloaded the plugin source code from GitHub and studying it I noticed some classes having some kind of interoperability with Microsoft Azure and Skype. I didn’t see any reference to this functionality in the installed plugin settings so probably this feature is under development…am I right?

Do you think I can develop a JWT token auth mechanism starting from plugin implementation, extending AbstractLoginService class and following OfMeetAzure class as guideline?

Any suggestions?

Thank u all

Thanks for the kind words :slight_smile:

I recomend you use SASL. See https://github.com/igniterealtime/Openfire/tree/master/src/plugins/tikitoken for an example.

OfMeetAzure was used by another plugin called ofsocial to authenticate users against office365 Azure accounts using ADL. That plugin is now broken and I have not used this feature for a while. Not even sure if still works.