Hello,
I want to implement Single Sign On feature for my bubble plugin. For that I found that bubble can serve as sso provider as per below document screenshot 2023-02-13_11-11-21
There are two API url given for “authorize” and “access_token”. But after get an access token, I require user information to do sso and there is not USER access URL given in the document.
Would you please tell me how can I get user API(from where I can get user information like email, username, firstname and etc for SSO)?
Thanks for your reply.
I want the website owner to do very less changes and configuration to use my plugin. So the solution you shared is not helpful for me.