auth0 - client credential

 


To setup a application for 'client credential' type of access, first you need to configure your 

1. API - for example, https://manage.auth0.com/dashboard/us/your-appname/apis. Create a new API.

Provide your identifier, for example I added mine, https://myend. Then click on "Create".

After you have created it, please setup the necessary permission like card.read, card.write, card manage. 


2. Create a Machine-to-Machine Application by going to Application -> Create Application -> Select Machine-to-machine application -> then select the API -> Then add the necessary permission

After you have selected the permission, you won't be able to change it - for example to add new permission to this application. 

To test it, goto your "Quick start" and you can find the curl command to run against this client. 

After you run it, you would be able to see the token that was generated.










Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm