mirror of
https://github.com/bitwarden/server
synced 2025-12-16 00:03:54 +00:00
new uri settings
This commit is contained in:
@@ -178,9 +178,9 @@ namespace Bit.Api
|
||||
{
|
||||
var options = new IdentityServerAuthenticationOptions
|
||||
{
|
||||
Authority = globalSettings.BaseIdentityUri,
|
||||
Authority = globalSettings.BaseServiceUri.InternalIdentity,
|
||||
AllowedScopes = new string[] { "api" },
|
||||
RequireHttpsMetadata = !env.IsDevelopment(),
|
||||
RequireHttpsMetadata = false && !env.IsDevelopment(),
|
||||
ApiName = "api",
|
||||
NameClaimType = ClaimTypes.Email,
|
||||
// Suffix until we retire the old jwt schemes.
|
||||
|
||||
Reference in New Issue
Block a user