mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
internal identity for issuerurl
This commit is contained in:
parent
9ed065077a
commit
83c43bd6ee
@ -133,6 +133,7 @@ namespace Bit.Core.Utilities
|
||||
options.Endpoints.EnableUserInfoEndpoint = false;
|
||||
options.Endpoints.EnableCheckSessionEndpoint = false;
|
||||
options.Endpoints.EnableTokenRevocationEndpoint = false;
|
||||
options.IssuerUri = globalSettings.BaseServiceUri.InternalIdentity;
|
||||
})
|
||||
.AddInMemoryApiResources(ApiResources.GetApiResources())
|
||||
.AddInMemoryClients(Clients.GetClients());
|
||||
|
Loading…
Reference in New Issue
Block a user