From 75d9477ed3a7a1a63b4435b3d85af02000f9c5ed Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:20:58 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index a65e84c..1f92648 100644 --- a/FAQ.md +++ b/FAQ.md @@ -661,6 +661,10 @@ Otherwise, please follow below: - Now, you can connect to RDP via `localhost:1234`. +# What is the callback / clietn id / secret of Azure in Pro? + +The callback is the public URL of the API so `https://[yourservername]/api/oidc/callback` as long as you setup https and a public URL. The Client ID and secret are part of the Azure application setup steps in the instructions [https://rust](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/oidc/azure/) +