JaaS token generator is an unauthenticated Spring Boot service that allows JaaS customers to easily deploy and generate JaaS JWT tokens.
- Create a Heroku account if you don't already have one.
- Generate an api key from the admin console and download both keys.
- Click the deploy button that will redirect you to Heroku's deployment page.
- Fill the input fields
- Add any name for your app.
- Add public key id from the JaaS admin console
- Add the private key that was generated at step 2.
- Go to https://name-of-your-app.herokuapp.com/token-generator/swagger-ui.html to view the API.