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.