[WIP]
This commit is contained in:
parent
46cf20893b
commit
e6d7578d49
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue