stackedbitz

Results 2 issues of stackedbitz

When running the ServiceAuthProvider sample, the API throws an ArgumentNullException when a secure service request from the client tries to authenticate: `serviceClient.Post(new Authenticate { provider = IdentityServerAuthProvider.Name });` The null...

It's convenient to have pre-authentication occur at the same time a secured request is made, especially when using a client like Postman, else one has to a call to /auth/IdentityServer...