-
Notifications
You must be signed in to change notification settings - Fork 93
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
Credential file not downloading after v3.0 upgrade #58
Comments
Similar issue since this morning. |
I am seeing the issue with chrome. It is working with Firefox still... This means that there is an issue with the chrome compatibility. |
Thanks @rajeevkrishnanv for posting the issue. Due to new Google policies I had to refactor the code quite a bit. Unfortunately such changes always introduce the risk of code breaking down in certain situations. The issue is related to a new xml parser I'm using. Before I was using DOM selectors on the xml, but under new Google policies this is not possible anymore. Apparently there are some variations in how the SAML xml is structured. This results in a slightly different data object after parsing. More specific; I have sufficient information to debug this issue. I'm out for the evening, but I'll fix this tomorrow morning. |
@pjbhaumik The FireFox extension is created from this code base, but I'm not maintaining it myself. The FireFox extension is still on a previous version. This is why this one still works. I'll be working on a fix soon though. |
I've submitted v3.1. When Google finishes the review, it will be automatically published to the web store. The fix is primarily a changed configuration of the xmlparser. This should allow for a unified way of processing the the SAML Assertion Attributes, instead of having to code exceptions. @rajeevkrishnanv, let me know once |
3.1 just updated for me and the file is downloading 👍 |
Thanks a lot @prolane . It worked |
The credentials file is not getting downloaded after latest update. Since the logs contain sensitive information, I'm posting masked screenshots. Hope that will help
The text was updated successfully, but these errors were encountered: