on 2023 Sep 04 11:45 AM
Hello everyone,
I have a question concerning JWT (JSON Web Tokens). I'm looking to access a custom table through an API, and in order to do so, I require JWT authorization. I'm already familiar with generating temporary JWTs, but I'm currently seeking information on how to generate permanent JWTs. If anyone has knowledge of the procedure, please kindly share it with me.
Thank you in advance.
Request clarification before answering.
i_bharadwaj
No, you cannot have permanent token or lifetime token. Current JWT token are defined by time expiring tokens. So every time you have to re-generate the token in order to access the endpoint of custom table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i_bharadwaj
you can paste your JWT token in https://token.dev and you can see exp field which is set default to your cpq tenant. This cannot be modified by front end and its for all customers. Maybe you can raise customer Influence Portal request on your use case if its needs to be modified. To qualify for the request... you need to get 15 votes.
User | Count |
---|---|
6 | |
2 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.