mirror of
https://github.com/bitwarden/server
synced 2025-12-26 13:13:24 +00:00
Add IdentityServer license (#3552)
This commit is contained in:
@@ -23,6 +23,7 @@ public static class ServiceCollectionExtensions
|
||||
var identityServerBuilder = services
|
||||
.AddIdentityServer(options =>
|
||||
{
|
||||
options.LicenseKey = globalSettings.IdentityServer.LicenseKey;
|
||||
options.Endpoints.EnableIntrospectionEndpoint = false;
|
||||
options.Endpoints.EnableEndSessionEndpoint = false;
|
||||
options.Endpoints.EnableUserInfoEndpoint = false;
|
||||
|
||||
Reference in New Issue
Block a user