Hello, I am developing an API that accepts JWTs containing a payload specific to my API in order to manage Multi-Tenant accesses.
I’m having a hard time finding my way through the Okta documentation to answer my question.
Here is the use case:
The company has several third-party services and wants to centralize the generation of tokens to these different third-party services.
A user connects to the website through the sign-in proposed by Okta. Is Okta able to generate JWTs specific to each third-party service that will be used according to what the user needs or does?
Does the third-party service have to be coupled in any way to Okta? (Exchanging specific network calls?)
Thank you a lot for your answer and help.