Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: explicit config of id token alg (huggingface#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.
- Loading branch information