Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Please, choose the correct order of calling UseAuthentication and UseAuthorizationextension methods in Configure method of Startup class.
extension methods in
app.UseAuthentication();
app.UseAuthorization();
app.UseAuthentication() should be passed as a parameter into app.UseAuthorization();
The order doesn't matter
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!