mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-05-16 07:17:54 +02:00
[WIP]
This commit is contained in:
parent
46cf20893b
commit
e6d7578d49
|
@ -41,10 +41,7 @@ public static class AuthorityProviderExtensions
|
|||
builder.Services.Configure(configureOptions);
|
||||
|
||||
builder.Services.AddScoped<IAuthenticationService, AuthorityAuthenticationService>();
|
||||
var authBuilder = builder.Services.AddAuthentication(options =>
|
||||
{
|
||||
|
||||
});
|
||||
var authBuilder = builder.Services.AddAuthentication();
|
||||
return authBuilder;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user