Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: explicit config of id token alg (#1567) #1568

Merged

Commits on Nov 14, 2024

  1. 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.
    Drew Toto committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3f822a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    4a8655a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f8499 View commit details
    Browse the repository at this point in the history