mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05: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