Get an access-token by providing an id token

Hey there @christian.weissmann!

Thanks for the detailed description :slight_smile:

While I’m not entirely sure what your environment looks like, in general it is not possible to exchange an ID Token for an Access Token. The ID Token represents successful Authentication, but not Authorization. Depending on your particular use case, you may want to explore silent authentication which is a way to essentially re-authorize (/authorize) without prompting the user.

Hope this helps!