Why is it necessary to pass the 'audience' parameter to receive a JWT?

There’s no way to choose between generating an opaque access token and JWT access token. This behavior is based on the audience param, as the doc says. Which openid library are you using?

1 Like