From aa17613ad81423a5283bdc910e57b0278e25852b Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Thu, 7 Aug 2025 13:21:33 -0600 Subject: [PATCH] Update README.md Corrected Azure AD/Entra user profile link and added note for account creation logic --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df57ffe..5e0067e 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,14 @@ Copy those values in the Kanboard's settings. - **Email Key**: Key used to fetch the user email - **User ID Key**: Key used to fetch the unique user ID +Notes +----- + +If "Allow Account Creation" checkbox is checked, anyone who goes to the login page, clicks the +"OAuth2 Login" link, and correctly validates with your Oauth2 backend will automatically have +their account created. No need to create the user in Kanboard or to use the "Invite people" +link in the users area. + Examples -------- @@ -112,7 +120,7 @@ Example for Azure AD (find the URLs with proper UUIDs in your Azure app page): - **Authorize URL**: `https://login.microsoftonline.com//oauth2/v2.0/authorize` - **Token URL**: `https://login.microsoftonline.com//oauth2/v2.0/token` -- **User API URL**: `https://graph.microsoft.com/beta/me` +- **User API URL**: `https://graph.microsoft.com/v1.0/me` - **Scopes**: `User.Read` - **Username Key**: `userPrincipalName` - **Name Key**: `displayName`