I realize this is may not an Alba-related question, but I figured that this might be an excellent place to get some help either way, and it could be there is something that can be changed in AuthenticationStub to my current auth scenario work.
Never mind, I'm an idiot. I had explicitly set an authentication schema on my controllers ([Authorize(AuthenticationSchemes = JwtBearerDefaults.AuthenticationScheme)]), so yeah, that's why it didn't work.
I have the following authentication configuration in my api/app, which
AuthenticationStub
does not seem to be able to override.Previously, when I just had the following authentication configuration,
AuthenticationStub
was able to override:I realize this is may not an Alba-related question, but I figured that this might be an excellent place to get some help either way, and it could be there is something that can be changed in
AuthenticationStub
to my current auth scenario work.Thanks for en excellent library!