https://www.ory.sh/ logo
d

dry-book-88542

10/19/2021, 9:29 AM
I'd like to use Hydra to implement OpenID Connect and I don't need an access_token/refresh_token, but only the ID token (for a start). Is that possible with Hydra?
l

limited-tent-11422

10/19/2021, 12:01 PM
Don’t pass an offline scope (to not have a refresh token) and just throw access token away? 🙂
1
3 Views