mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 02:52:50 -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.EnableUserInfoEndpoint = false;
|
||||||
options.Endpoints.EnableCheckSessionEndpoint = false;
|
options.Endpoints.EnableCheckSessionEndpoint = false;
|
||||||
options.Endpoints.EnableTokenRevocationEndpoint = false;
|
options.Endpoints.EnableTokenRevocationEndpoint = false;
|
||||||
|
options.IssuerUri = globalSettings.BaseServiceUri.InternalIdentity;
|
||||||
})
|
})
|
||||||
.AddInMemoryApiResources(ApiResources.GetApiResources())
|
.AddInMemoryApiResources(ApiResources.GetApiResources())
|
||||||
.AddInMemoryClients(Clients.GetClients());
|
.AddInMemoryClients(Clients.GetClients());
|
||||||
|
Reference in New Issue
Block a user