You can set up Single Sign On (SSO) between your Bubble.io website and your Website Toolbox Forum by following the steps below:
- Visit Bubble.io website.
- Log in to your Bubble.io account admin panel.
- Launch the editor of the app where you want to set up an SSO.
- Click the Settings button in the left panel.
- Select API on the top.
- Check the checkbox next to User.
- Select Page_login from the drop-down next to the Login page for SSO/OAuth redirects.
- Click the Add a new 3rd party app button.
- Type SSO Forum or any desired text in the Name text box.
- Log in to your Website Toolbox account.
- Click the Integrate link.
- Click the Single Sign On link.
- Select Custom OAuth in the website builder drop-down.
- Copy the redirect/callback URL.
- Return to the Bubble.io page and paste the callback URL copied above.
- Copy the Client Id, and Client Secret into a notepad.
- Return to Website Toolbox and paste the Client Id, and Client Secret
- For Authorization URL, add your website URL followed by api/1.1/oauth/authorize) (i.e.: https://yourwebsiteURL.com/api/1.1/oauth/authorize).
- For Access Token URL, add your website URL followed by api/1.1/oauth/access_token) (i.e.: https://yourwebsiteURL.com/api/1.1/oauth/access_token).
- For User Data access URL, add your website URL followed by api/1.1/oauth/user) (i.e.: https://yourwebsiteURL.com/api/1.1/oauth/user).
- Click Save.
- Go back to the Bubble.io website page, click on the Main link on the top, and click the Deploy to Live button.