# How to get authentication token?

**URL:** https://community.taiga.io/t/how-to-get-authentication-token/3362
**Category:** Troubleshooting
**Tags:** scrum
**Created:** [May 22, 2024, 7:31am UTC](https://community.taiga.io/t/how-to-get-authentication-token/3362 "2024-05-22T07:31:21Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![PMDev](https://avatars.discourse-cdn.com/v4/letter/p/858c86/32.png) [@PMDev](https://community.taiga.io/u/PMDev)
#### Post date: [May 22, 2024, 7:31am UTC](https://community.taiga.io/t/how-to-get-authentication-token/3362/1 "2024-05-22T07:31:21Z")

</div>

I have created account on taiga. To getting authentication token do i need to install on Ubuntu ?? or i can get that with cloud one also??..I wanted to integrate Taiga with my application.

---

<div class="post-metadata">

### Author: ![Charlie](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@Charlie](https://community.taiga.io/u/Charlie)
#### Post date: [May 22, 2024, 8:23am UTC](https://community.taiga.io/t/how-to-get-authentication-token/3362/2 "2024-05-22T08:23:41Z")

</div>

Hi there,

You can do that with cloud also. Please take a look at the Auth section in the [API documentation](https://docs.taiga.io/api.html#auth-normal-login).

Take into account that if you are using the SaaS ([tree.taiga.io](http://tree.taiga.io)) you need to substitute localhost with our endpoint as detailed in the [General Notes section here](https://docs.taiga.io/api.html).

Hope this helps!

---

<div class="post-metadata">

### Author: ![PMDev](https://avatars.discourse-cdn.com/v4/letter/p/858c86/32.png) [@PMDev](https://community.taiga.io/u/PMDev)
#### Post date: [May 27, 2024, 5:10am UTC](https://community.taiga.io/t/how-to-get-authentication-token/3362/3 "2024-05-27T05:10:28Z")

</div>

Hello @Charlie ,

I have received auth token. Next i went for step below.

 ![image](https://europe1.discourse-cdn.com/flex017/uploads/taiga/original/2X/2/293283e7adac99cace50d6c5e5ebf513fd5ca5b9.png)

I didnt get that 5c8515c2-4fc4-11e5-11e5…what it is and how to get it?

---

<div class="post-metadata">

### Author: ![Charlie](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@Charlie](https://community.taiga.io/u/Charlie)
#### Post date: [May 27, 2024, 6:45am UTC](https://community.taiga.io/t/how-to-get-authentication-token/3362/4 "2024-05-27T06:45:30Z")

</div>

Hi there,

You do not need to use Application Tokens in our cloud instance. You can just use the Auth Token going forward, meaning once you know how to get an Auth Token and have one you can already explore other endpoints like projects, etc.

Best regards!

---

<div class="post-metadata">

### Author: ![PMDev](https://avatars.discourse-cdn.com/v4/letter/p/858c86/32.png) [@PMDev](https://community.taiga.io/u/PMDev)
#### Post date: [May 27, 2024, 7:01am UTC](https://community.taiga.io/t/how-to-get-authentication-token/3362/5 "2024-05-27T07:01:30Z")

</div>

@Charlie what is validity for that auth token once it genarated?..

---

<div class="post-metadata">

### Author: ![Charlie](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@Charlie](https://community.taiga.io/u/Charlie)
#### Post date: [May 27, 2024, 7:13am UTC](https://community.taiga.io/t/how-to-get-authentication-token/3362/6 "2024-05-27T07:13:25Z")

</div>

@PMDev The auth token should be valid for around 24 hours, and the refresh token for 8 days.

Hope this helps!

---

<div class="post-metadata">

### Author: ![PMDev](https://avatars.discourse-cdn.com/v4/letter/p/858c86/32.png) [@PMDev](https://community.taiga.io/u/PMDev)
#### Post date: [May 27, 2024, 8:48am UTC](https://community.taiga.io/t/how-to-get-authentication-token/3362/7 "2024-05-27T08:48:31Z")

</div>

Ok thank you so much @Charlie
