Support multiple issuers in JwtBearerConfigureOptions #42000
Labels
area-auth
Includes: Authn, Authz, OAuth, OIDC, Bearer
area-commandlinetools
Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI
feature-userjwts
The `dotnet user-jwts` CLI tool
untriaged
Milestone
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
When configuring default bearer authentication options from configuration, only one valid issuer is supported.
aspnetcore/src/Security/Authentication/JwtBearer/src/JwtBearerConfigureOptions.cs
Lines 38 to 55 in d7d7deb
Describe the solution you'd like
The configuration schema should support the configuration of multiple valid issuers, like it does for audiences.
aspnetcore/src/Security/Authentication/JwtBearer/src/JwtBearerConfigureOptions.cs
Line 46 in d7d7deb
Additional context
See #41956 (comment).
/cc @DamianEdwards
The text was updated successfully, but these errors were encountered: