From cc6a2918a89538cd485deb1bda0fff8e4776ceff Mon Sep 17 00:00:00 2001 From: Ronan Date: Tue, 14 May 2024 17:47:42 +0200 Subject: [PATCH] 1.1.99-15 support github --- Cargo.lock | 2 +- Cargo.toml | 2 +- debian/changelog | 5 +++++ oauth2.toml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6ccd9aa..3fcaa695 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1770,7 +1770,7 @@ dependencies = [ [[package]] name = "hbbs" -version = "1.1.99-14" +version = "1.1.99-15" dependencies = [ "async-speed-limit", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b83cdebd..95421778 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hbbs" -version = "1.1.99-14" +version = "1.1.99-15" authors = ["rustdesk ", "sctg "] edition = "2021" build = "build.rs" diff --git a/debian/changelog b/debian/changelog index 7c9ebd5f..bae41b82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +rustdesk-server (1.1.99-15) UNRELEASED; urgency=low + + * oauth: add support for github + * bug: address book name must be unique + rustdesk-server (1.1.99-14) UNRELEASED; urgency=low * oauth: use username from id_token if available diff --git a/oauth2.toml b/oauth2.toml index 19a585a4..6806aa63 100644 --- a/oauth2.toml +++ b/oauth2.toml @@ -44,6 +44,6 @@ authorization_url = "https://dex-mock-server.example.org/dex/auth" token_exchange_url = "https://dex-mock-server.example.org/dex/token" app_id = "sctgdesk-api-server" app_secret = "SXNVYj436762BjKJsJXdXpkbHFYbU0=" -op_auth_string = "common-oidc/[{\"name\":\"dex\"}]" +op_auth_string = "oidc/dex" op = "dex" scope = "openid email profile" \ No newline at end of file