microsoftgraph / microsoft-graph-toolkit

Authentication Providers and UI components for Microsoft Graph 🦒
https://docs.microsoft.com/graph/toolkit/overview
Other
964 stars 309 forks source link

MsalProvider - sign out is not working #131

Closed nmetulev closed 5 years ago

nmetulev commented 5 years ago

Describe the bug Sign out does not sign out the user

To Reproduce Steps to reproduce the behavior:

  1. Use the mgt-login component with the msal provider
  2. Sign in
  3. Sign out

Expected behavior The user should be signed out

Environment (please complete the following information):

nmetulev commented 5 years ago

Will be fixed in #134 via https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/cb122432bc00fe26cc8765d4cd990e8f520e9d55

nmetulev commented 5 years ago

Fixed in #145