Single Sign On (SSO) to existing OAuth2 system

abs

New member
We have an existing web app which provides an OAuth 2 endpoint. Is it possible to integrate this into XenForo for single sign on?

Thanks
 
Would you be able to point me in the right direction to build something like this? We have a single identity provider (AWS cognito), users will be able to sign in from our own website into their account. How would I go about linking this to a XenForo account?

Any pointers will be helpful. Thanks!
 
I managed to “solve” it by writing a plugin that adds a connect account provider for my oauth provider and disabes all other means of login and register (forwarding password and security page to my oauth provider page). Its not a perfect solution but works rather well.
 
Top Bottom