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

PX-452: Pendo logs out user on BWC pages when ExternalAuth is enabled #49

Closed
wants to merge 1 commit into from

Conversation

sugarhqi
Copy link
Contributor

@sugarhqi sugarhqi commented Mar 5, 2019

No description provided.

src/client.js Outdated
var authData = $.parseJSON(event.originalEvent.data);
if (!_.isUndefined(authData.guid) && authData.guid.startsWith('pendo-')) {
// ignore pendo message
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pendo message data looks like this:
{"apiKey":"1dd345e9-b638-4bd2-7bfb-147a937d4728","frameId":"Grm39NKI2cc5aF9YZWkJyvLmJPgUOBv6","type":"frame:load","guid":"pendo-1"}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we can do this here, since Ventana is an open source library that can be used by anyone, right? There should not be any dependency on Pendo, or knowledge of Pendo, by Ventana.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree. This has been modified by checking a new flag for external login in the new PR #50

@rhoggSugarcrm
Copy link
Contributor

@sugarhqi can you push to a branch on github.com/sugarcrm/ventana directly rather than to your fork of ventana? CI doesn't work if you make a PR from your fork; see #21

@sugarhqi
Copy link
Contributor Author

sugarhqi commented Mar 5, 2019

Replaced by #50

@sugarhqi sugarhqi closed this Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants