Do you have Auth tokens for testing?
This is to improve efficiency, as we issue and test tokens every time their authentication expires.
Please let me know.
Hi @Kohei ,
I’d recommend either enabling the Resource Owner Password Grant for a test application, which would let you automate exchanging credentials for a token without needing an interactive flow, or configuring your applicaton/APIs to accept a token signed with an alternative key (i.e. not one from Auth0, a JWT token you created with a mock service for example).
Either way, you should make sure this is only available in your development/testing environment.
1 Like
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.