You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: explicit config of id token alg (#1567) (#1568)
* feat: explicit config of id token alg (#1567)
- support to configure `id_token_signed_response_alg` field in the
configuration object passed to `issuer.Client` in
`src/lib/server/auth.ts`.
- allow `id_token_signed_response_alg` to be set from environment
variable `OIDConfig.ID_TOKEN_SIGNED_RESPONSE_ALG` or obtained via
OP metadata during issuer discovery when `RS256` is not included.
* fix: refacto a bit, narrow types and add zod validation
---------
Co-authored-by: Drew Toto <drew_toto@alliedtelesis.com>
Co-authored-by: Nathan Sarrazin <sarrazin.nathan@gmail.com>
0 commit comments