IDX10206: Unable to validate audience. The ‘audiences’ parameter is empty
I am trying to test that my .RequireAuthorization()
are working in my custom minimal api endpoints by creating a JWT token from my CallingApi to the MinApi.
I am trying to test that my .RequireAuthorization()
are working in my custom minimal api endpoints by creating a JWT token from my CallingApi to the MinApi.