Recent content by abbeybas

  1. abbeybas

    XF2 [8WR] XenPorta 2 (Portal) PRO [Paid]

    For future reference (since I didn't get a response to my earlier question), to fix issues with an externalDataUrl and feature images I changed the method getImage in Entity/Feature.php to public function getImage() { $image = 'data://features/'.$this->thread_id.'.jpg'; if...
  2. abbeybas

    XF2 [8WR] XenPorta 2 (Portal) PRO [Paid]

    I'm running into an issue where I am unable to upload custom feature images. I figured out that this is caused by me using a custom FlySystem adapter to host all of my images in S3 (as described here...
  3. abbeybas

    Single Sign On (SSO) to existing OAuth2 system

    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.
  4. abbeybas

    Flysystem adapter implementations for cloud storage

    I would be very interested in thi as well!
  5. abbeybas

    Single Sign On (SSO) to existing OAuth2 system

    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!
Top Bottom