> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/writebackextreme/features/power-bi-extension/authentication/power-bi-sso-setup.md).

# Power BI SSO setup

Power BI Single Sign-On (SSO) enables secure authentication by passing the user identity from Power BI to the underlying data source.

To enable seamless authentication with **Microsoft Entra**, Single Sign-On (SSO) must be enabled for Power BI custom visuals.

#### Enable SSO for custom visuals

1. Open the **Power BI Admin Portal**.<br>

   <figure><img src="/files/GlNElYqKDXk2V85W8zq9" alt="" width="375"><figcaption></figcaption></figure>

2. Navigate to **Tenant settings**.

3. Locate **AppSource Custom Visuals SSO**.

4. Enable the setting for your organisation.

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

Once enabled, users can request access to the **WriteBackExtreme Entra application registration**.

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

<figure><img src="/files/zo4TJnEXSMa7wmbifC4w" alt="" width="383"><figcaption></figcaption></figure>

#### Grant admin consent

Access can also be granted using the following admin consent URL:

```
https://login.microsoftonline.com/common/adminconsent?client_id=3896aab8-67bb-47d5-95c7-c873da280af8
```

{% hint style="info" %}
Ensure your data updates are reflected correctly in Power BI:\
[Semantic Model Refreshing](/writebackextreme/features/power-bi-extension/integration/semantic-model-refreshing.md)
{% endhint %}


---

# 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.infotopics.com/writebackextreme/features/power-bi-extension/authentication/power-bi-sso-setup.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.
