Configuring JWT authentication

Order Service is authenticated by using JWT. JSON Web Token (JWT) is a compact claims representation format that is intended for space-constrained environments, such as HTTP authorization headers and URI query parameters.

For more information about JWT, see the JWT documentation.