> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Token

> The Get Token Node triggers Microsoft SSO authentication for an Azure Bot Services OAuth connection.

<a href="/release-notes/2026.17"><Badge className="version-badge" color="blue">Updated in 2026.17</Badge></a>

<Frame>
  <img src="https://mintcdn.com/cognigy-15abf2ba/uA6GMDZOaZglzM2a/_assets/ai/develop/node-reference/get-token.webp?fit=max&auto=format&n=uA6GMDZOaZglzM2a&q=85&s=ae837d9121bcf5c4f9796a7f890b6952" alt="Get Token Node configuration panel" style={{ width: 'auto' }} width="464" height="124" data-path="_assets/ai/develop/node-reference/get-token.webp" />
</Frame>

## Description

The Get Token Node triggers Microsoft Single Sign-On (SSO) authentication for an [Azure Bot Services Endpoint](/ai/agents/deploy/endpoint-reference/azure-bot-services)'s OAuth connection. Depending on whether the user is already signed in, the Get Token Node either completes the sign-in silently or prompts the user to sign in. Use this Node before your Flow needs to call an API that requires the user's permission, such as the Microsoft Graph API.

## Parameters

| Parameter            | Type          | Description                                                                                                                                                                                                                                              |
| -------------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Overwrite Connection | Toggle        | Sets a different OAuth connection than the one configured in the **SSO Connection Name** parameter in the Endpoint settings. Use this toggle if you use multiple SSO connections with your Azure Bot Services. This parameter is deactivated by default. |
| Connection Name      | CognigyScript | This parameter appears when you activate **Overwrite Connection**. Sets the name of the OAuth connection to get the token for.                                                                                                                           |

## More Information

* [Azure Bot Services Endpoint: Multiple SSO Connections](/ai/agents/deploy/endpoint-reference/azure-bot-services#multiple-sso-connections)
* [Invalidate Token](/ai/agents/develop/node-reference/service/invalidate-token)
* [Token Status](/ai/agents/develop/node-reference/service/token-status)
* [Cognigy Help Center: SSO and Graph API Nodes](https://support.cognigy.com/hc/en-us/articles/6422300559388-Azure-Bot-Services-Advanced-Deployment-with-SSO-Microsoft-Teams-SSO-and-Graph-API-Nodes)
