tapis-project / authenticator

BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Pass the access token as `id_token` in the response to POST /tokens #73

Open joestubbs opened 2 weeks ago

joestubbs commented 2 weeks ago

In addition to passing the access token parameter, change the POST /tokens endpoint to also pass the token as an id_token. This will help with clients trying to use the OIDC spec.

joestubbs commented 2 weeks ago

FYI @mpackard @kevinpricethesecond