We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tab-aad-msal2
@BobGerman
Could we have a logout button on this app? I'm not quite sure how that flow should work within teams with msal2?
Cheers, Rob
No
The text was updated successfully, but these errors were encountered:
Please using this method. logoutPopup or logoutRedirect up to your context
logoutPopup
logoutRedirect
logout() { const username = this.getUsername() const account = this.msalClient.getAccountByUsername(username) if (!account) { return false } try { this.msalClient.logoutPopup({ account, postLogoutRedirectUri: postLogoutRedirectUri, mainWindowRedirectUri: postLogoutRedirectUri, popupWindowAttributes: { popupSize: { height: 535, width: 600 }, } }); } catch (err) { console.log(err); } }
Sorry, something went wrong.
BobGerman
No branches or pull requests
Sample
tab-aad-msal2
Author(s)
@BobGerman
Suggestion
Could we have a logout button on this app? I'm not quite sure how that flow should work within teams with msal2?
Cheers,
Rob
Are you willing to help?
No
The text was updated successfully, but these errors were encountered: