wso2 / istio-apim

Apache License 2.0
65 stars 17 forks source link

How to create user and generate token from one of the microservices? #22

Open haalcala opened 5 years ago

haalcala commented 5 years ago

While this example/tutorial is great, how can I create a user account and generate JWT token from one of the microservices? Consider it like a user sign-up in my application before using any of the services.

pubudu538 commented 4 years ago

Hi,

You can generate an access token using the token API. https://docs.wso2.com/display/AM260/Token+API

Thank you! Pubudu.