Application token authentication

Hi All,

I’m trying to follow the steps outlined in Section 1.1.2, ‘Application token authentication,’ of the Taiga API documentation (Taiga REST API).

My question is: where can I obtain the application ID for a user on taiga.io (for the cloud version, not a self-hosted instance), as well as the secret key needed to decrypt the application token from the cipher?

I’d appreciate any help.

Thanks!

Hi there,

Application tokens are instance wide, so they are not available to cloud users.

Best regards!

1 Like

Ah, that makes sense. Thank you! So, the only way to programmatically authenticate is through the standard flow with a username and password every time the token expires.