1
0
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:
Matt Bishop
2023-12-12 13:08:49 -05:00
committed by GitHub
parent ab7842014a
commit 52cb253c9a
3 changed files with 3 additions and 0 deletions

View File

@@ -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;