JWT Token test

JWT Token test

Comments

  • Im trying to test calling a flow using JWT token. I do not see the option under View integration details to use a JWT token.

  • You wont be able to test JWT token in the View Integration Details page for flows. Using JWT tokens requires you to generate the token and use it in the subsequent calls. Postman would be the resource to use to test this. The following document covers how to set this up:[url=https://documentation.decisions.com/v8/docs/en/using-jwt?highlight=jwt]How to Set Up and Use JWT - JWT (decisions.com)[/url]
    You will need to make a call to the Account Service to get the token. Then setup an Authorization header for the Flow Post/Get call and use the Token there.

Sign In or Register to comment.