POST acs/jwt/obtain

Resource URL

http://erecord.toulouse.inra.fr:8000/acs/jwt/obtain

Try it


Description

Returns a JWT (JSON Web Token) value.

For more see JSON Web Token authentication | How to get a JWT (JSON Web Token).

Details

username, password : how to get them

Help

The JWT value can then be used as a jwt parameter of requests in limited access case (see JSON Web Token authentication).

Request parameters

Required : username and password.

  • username
  • password

Response result

“token” : the returned result is an available JWT value.

Example

-> Example : In a webbrowser | In command line with cURL

More

This resource is part of Web API ‘acs’