Hi,
We implemented Oauth2 user agent flow in API connector and that works well.
To log out the user we need the id_token as it is recommended in the openid connect documentation.
However I see no mean to get that id_token from bubble, not even to customize the authorization call to ask for it. (by sending “response_type=code id_token” instead of “response_type=id_token”)
Is there anyway to get that id_token? Otherwise we are not able to properly logout a user session and will have to make the implementation manually
Thanks