Oauth2 user Agent Flow - id_token

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

1 Like

@emmanuel is there a way to configure the authorization call and to get back the id_token?

2 Likes

bumping this