mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
do things when not dev
This commit is contained in:
@ -180,7 +180,7 @@ namespace Bit.Api
|
||||
{
|
||||
Authority = authority,
|
||||
AllowedScopes = new string[] { "api" },
|
||||
RequireHttpsMetadata = env.IsProduction(),
|
||||
RequireHttpsMetadata = !env.IsDevelopment(),
|
||||
ApiName = "api",
|
||||
NameClaimType = ClaimTypes.Email,
|
||||
// Suffix until we retire the old jwt schemes.
|
||||
|
Reference in New Issue
Block a user