Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSP Dashboard: Add Entra SSO Hook #24740

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

eashaw
Copy link
Contributor

@eashaw eashaw commented Dec 13, 2024

Related to: #24688

Changes:

  • Added two new dependencies: jsonwebtoken and @azure/msal-node
  • Added a new hook: entra-sso. A hook that replaces the default authentication mechanism with Microsoft Entra SSO.
  • Added a new action: signup-sso-user-or-redirect. This action finds or creates user records for authenticated SSO users and attaches the user record to the user's session.
  • updated the is-logged-in policy to check if an SSO user's token is still valid.
  • Added a link to the account page to the app's header navigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants