> For the complete documentation index, see [llms.txt](https://kb.hostednetwork.com.au/support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.hostednetwork.com.au/support/partner-portal/security/microsoft-single-sign-on-sso.md).

# Microsoft Single Sign-On (SSO)

## Login With Your Microsoft Account

### Step 1: Log in with your Microsoft account

Go to the partner portal's login page and click on the Microsoft symbol.

<figure><img src="/files/XjXGZPyjP1XDRowsUYs2" alt=""><figcaption><p>Login with Microsoft Account</p></figcaption></figure>

### Step 2: Choose your Microsoft account

Select the Microsoft account you wish to use.&#x20;

{% hint style="info" %}
Note that the email address associated with this Microsoft account must match the email address you use to log in to the partner portal.
{% endhint %}

<figure><img src="/files/xqfvhUg8XWSKQqy7UDgx" alt=""><figcaption><p>Select your Microsoft Account</p></figcaption></figure>

Once you have selected your Microsoft account, you will be logged into the partner portal.

<figure><img src="/files/oxoghoIwy8yp0FFeNxye" alt=""><figcaption><p>Successfully logged in</p></figcaption></figure>

{% hint style="warning" %}
After linking your account, you can only log in to the partner portal with your Microsoft account
{% endhint %}

<figure><img src="/files/NYddQPBYif6c8wucCjH0" alt=""><figcaption><p>Attempted login when Microsoft Account is linked</p></figcaption></figure>

## Guide to Remove Your Microsoft Account

### Step 1: Log in with your Microsoft account

Go to the partner portal's login page and click on the Microsoft symbol.

<figure><img src="/files/iif8szct6OPu8ykP7oXy" alt=""><figcaption><p>Login with Microsoft Account</p></figcaption></figure>

### Step 2: Access your profile

After successfully logging in, click on the user icon in the top right corner, then click on "Profile."

<figure><img src="/files/zHYv1PmjM7Bk64t225b1" alt=""><figcaption><p>Profile Menu</p></figcaption></figure>

### Step 3: Locate "Linked Accounts"

Scroll down until you see the "Linked Accounts" section.

<figure><img src="/files/BnVqmWlrZXMLac30GveG" alt=""><figcaption><p>Linked Accounts</p></figcaption></figure>

Step 4: Unlink your Microsoft account

Click on "Unlink Microsoft Account" to remove your account from the partner portal.

<figure><img src="/files/WlGxuyw7iSXl080fTPjH" alt=""><figcaption><p>Unlink Microsoft Account</p></figcaption></figure>

### Step 5: Confirmation

Your account will now be unlinked from your Microsoft account. To log in to the partner portal in the future, you will need to use your email address and password again.

<figure><img src="/files/Pi6KwVBBDnoqCvE8BrDl" alt=""><figcaption><p>Successfully unlinked account</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kb.hostednetwork.com.au/support/partner-portal/security/microsoft-single-sign-on-sso.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
