IdentityServerAPI - long response

I am trying to get token via IdentityServerApi calling https://api.servername.cz/connect/token URL.

Eventhough it is only aroun 950B long response, it takes always between 4-5 seconds.

Is there a way to make it faster?

Thank you for your response.

The long time is caused by rehashing the password. At the moment there is no way to reduce number of hashing cycles.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.