mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
Added static client store (#899)
This commit is contained in:
@ -192,6 +192,7 @@ namespace Bit.Identity
|
||||
public static IIdentityServerBuilder AddCustomIdentityServerServices(IServiceCollection services,
|
||||
IWebHostEnvironment env, GlobalSettings globalSettings)
|
||||
{
|
||||
services.AddSingleton<StaticClientStore>();
|
||||
services.AddTransient<IAuthorizationCodeStore, AuthorizationCodeStore>();
|
||||
|
||||
var issuerUri = new Uri(globalSettings.BaseServiceUri.InternalIdentity);
|
||||
|
Reference in New Issue
Block a user