Skip to content

Commit dce1297

Browse files
committed
added broker section
1 parent 2c0aae8 commit dce1297

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/azure/sdk/authentication/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ A service principal is created in a Microsoft Entra tenant to represent an app a
7676
> [!div class="nextstepaction"]
7777
> [Authenticate locally using a service principal](local-development-service-principal.md)
7878
79+
#### Use a broker
80+
81+
Brokered authentication collects user credentials using the system authentication broker to authenticate an app. A system authentication broker runs on a user's machine and manages the authentication handshakes and token maintenance for all connected accounts.
82+
83+
> [!div class="nextstepaction"]
84+
> [Authenticate locally using a broker](local-broker-authentication.md)
85+
7986
## Authentication for apps hosted on-premises
8087

8188
For apps hosted on-premises, you can use a service principal to authenticate to Azure resources. This involves creating a service principal in Microsoft Entra ID, assigning it the necessary permissions, and configuring your app to use its credentials. This method allows your on-premises app to securely access Azure services.

0 commit comments

Comments
 (0)