Using two authentications (Azure SSO & JWT) for one Web Api
Hello, I need guidance/help for using two authentication. Image is attached. Error says : Cannot resolve symbol 'AddJwtBearer' . Even as the Microsoft.AspNetCore.Aurhentication.JwtBearer package is installed.
2 Replies
AddMicrosoftIdentityWebApi returns object that doesnt have AddJwtBearer method
Thanks @blueberriesiftheywerecats .