mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
internal identity for issuerurl
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user