Hello, I noticed that when using the Microsoft Graph v1.0 plugin and the “Log the user out” button, the action only ends the Bubble session and the Microsoft session remains connected. This can be insecure since if another user on the same PC opens the application, he will access it using the previous user without entering a password. Would anyone be able to help?
In most oAuth2, there’s an option to logout a user. You need to do an API Call first as action to log the user out from the MS and after log the user out from Bubble. In some case, this is done with a logout url and you can set a redirect url to your app after.
1 Like