Claims are not parsed when running API and OpenIdDict auth server in WebApplicationFactory
I am implementing api auth using an OpenIdDict auth server and custom-made role based authorization. Everything works perfectly when running the api and auth server, and testing manually with Postman.
Claims are not parsed when running OpenIdDict auth server in WebApplicationFactory
I am implementing api auth using an OpenIdDict auth server and custom-made role based authorization. Everything works perfectly when running the api and auth server, and testing manually with Postman.