From 8943e2531efae82ec5e3e1d74c077821a190b79d Mon Sep 17 00:00:00 2001 From: martin-krcmar Date: Thu, 29 Feb 2024 11:43:56 +0100 Subject: [PATCH] microsoft: redirectUri (#31) Co-authored-by: Martin Krcmar --- src/appmixer/microsoft/plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/appmixer/microsoft/plugin.js b/src/appmixer/microsoft/plugin.js index 20f87bb33..24cc30d28 100644 --- a/src/appmixer/microsoft/plugin.js +++ b/src/appmixer/microsoft/plugin.js @@ -33,6 +33,7 @@ module.exports = function(context) { } return { clientId: context.config.clientId, + redirectUri: context.config.redirectUri, loginHint: account.profileInfo.userPrincipalName }; }