> For the complete documentation index, see [llms.txt](https://docs.guardware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardware.com/insight/guardware-insight/getting-started/configuration-for-microsoft-sso-login.md).

# Configuration for Microsoft SSO Login

You can log in to GuardWare INSIGHT using Single Sign-On (SSO) via Microsoft Azure, removing the need for separate credentials.&#x20;

However, before using Microsoft SSO, an Azure administrator **must configure** the consent settings in the Microsoft Azure Portal to allow users to authenticate through Azure.

**To configure the consent settings:**

1. Log in to the [**Azure Portal**](https://portal.azure.com/) using an administrator account.
2. Navigate or search for **Enterprise applications**.&#x20;
3. Under **Manage**, click **User settings** and click **consent and permissions**.<br>

   <figure><img src="/files/9FGPXxNBJVkTscdxWQuM" alt=""><figcaption></figcaption></figure>
4. Under **User consent settings**, select **Let Microsoft manage your consent settings (Recommended)** and click **Save**. <br>

   <figure><img src="/files/CvDXW4I5cdtkWQVFgdIl" alt=""><figcaption></figcaption></figure>

This setting allows Microsoft to automatically manage consent permissions for enterprise applications. Once enabled, users can authenticate with their Microsoft accounts on the GuardWare INSIGHT login screen. &#x20;

## Log In Using Microsoft

Click **Microsoft** on the login screen, and you will be redirected to the Azure authentication page for secure login. Once authenticated, your session is created automatically and remains active until the Azure token expires or you log out.&#x20;

<figure><img src="/files/5WDptICDBAMscXOmDXQg" alt="" width="223"><figcaption></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://docs.guardware.com/insight/guardware-insight/getting-started/configuration-for-microsoft-sso-login.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.
