Skip to content

Support passing a nonce #34

@nahoc

Description

@nahoc

Most other OIDC providers (Google, Facebook, Twitch) support passing a nonce that then gets encoded into the JWT.

Something like

    const authUrl = new URL("https://www.linkedin.com/oauth/v2/authorization");
    authUrl.searchParams.append("nonce","my_nonce");

It is necessary for my use-case, right now I cannot add a "Log in with LinkedIn" button because of this limitation. state is supported, but doesn't get encoded in the JWT.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions