Need help with custom OAuth + SAML integration

I’m new to Bubble and doing integration with a custom OAuth provider.

  1. I used the API connector and the action “Signup/Login with a social network”.
  2. I can see a new user is created after the successful login.

At the moment, I’m facing 2 issues with this integration

  1. Use logged out if a refresh the page. I printed the current user’s email address on the page, and the email address is empty if a refresh the page.

  2. What is the approach if I want to add additional attributes with the user model (like first name, last name, role, etc). Should I call an additional API to the OAuth provider to fetch it and update the current user?

Here is the demo version of the app with just login feature only

This topic was automatically closed after 70 days. New replies are no longer allowed.