Skip to content

Support validate multiple issuers #197

Open
@hangzhang-circle

Description

@hangzhang-circle

Checklist

Describe the problem you'd like to have solved

Is there a plan to support multiple issuers validation?

Describe the ideal solution

Hi team,
Similar to this request in Java Library - auth0/java-jwt#246
That today the Java library supports a list of issuers - https://github.com/auth0/java-jwt/blob/master/lib/src/main/java/com/auth0/jwt/interfaces/Verification.java#L34

Do we have a plan to implement this feature in Go library? The scenario is very common while using Auth0's Step-up authentication. While the regular JWT is issued from our custom domain (say issuer-url) and Auth0's Step-up authentication JWT is issued from issuer-url.auth0.us.com.

Today i have to setup 2 validators for those 2 issuers, would be great if we can make issuer verification support a list of audience.

Alternatives and current workarounds

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestA feature has been asked for or suggested by the community

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions