mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-03-04 01:51:35 +01:00
2.6 KiB
2.6 KiB
title | weight |
---|---|
Azure | 16 |
Configuration
- Sign in to the Azure portal.
- Search for and select Microsoft Entra ID.
- In the left menu, select App registrations, click New registration.
- Enter the Name and select the Supported account types. Enter Redirect URI. In the Redirect URI section, replace
hbbs host
andport
with your own, such aslocalhost:8000
. - Open the RustDesk Pro console, in the Settings page, click the OIDC module, and click New auth provider.
- In Azure, select the application you want to use, click Overview, and copy the Application (client) ID.
- In RustDesk Pro, copy the Client id.
- In Azure, Certificates & secrets, create a new or select a client secret, usually New.
- In Azure, copy out the value of the client secret. Note: This value is only visible when you first register. It is no longer visible after you leave the page. Please keep this value properly.
- In RustDesk Pro, paste the value for the client secret.
- In RustDesk Pro, fill in the Issuer field,
https://login.microsoftonline.com/<Directory (tenant) ID>/v2.0
. Please replaceDirectory (tenant) ID
with your Directory (tenant) ID. The Directory (tenant) ID is in Azure's app Overview panel. - In Azure, select "Authentication" menu. Then set up authorization, by choosing ID tokens (used for implicit and hybrid flows).