Skip to content

Commit

Permalink
microsoft: redirectUri (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Krcmar <[email protected]>
  • Loading branch information
martin-krcmar and Martin Krcmar authored Feb 29, 2024
1 parent 36cd906 commit 8943e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appmixer/microsoft/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = function(context) {
}
return {
clientId: context.config.clientId,
redirectUri: context.config.redirectUri,
loginHint: account.profileInfo.userPrincipalName
};
}
Expand Down

0 comments on commit 8943e25

Please sign in to comment.