oauth2orize-openid-examples icon indicating copy to clipboard operation
oauth2orize-openid-examples copied to clipboard

Results 3 oauth2orize-openid-examples issues
Sort by recently updated
recently updated
newest added

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...