oauth2orize-openid-examples
oauth2orize-openid-examples copied to clipboard
To my understanding, when using Authorization Code flow with OIDC, beside generating an `access_token` and an optional `refresh_token`, it is mandatory to generate a JWT `id_token`. Current exchange does not...
This and the other oauth2orize examples are not using up to date versions of dependencies.
I believe it is critical to include an example of JWT id_token generation since OIDC id_tokens are all about JWT as far as I get it from the specs. So...