Git Product home page Git Product logo

Comments (7)

Wildhammer avatar Wildhammer commented on July 25, 2024 2

Similar issue since this morning.

from samltoawsstskeys.

prolane avatar prolane commented on July 25, 2024 2

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;
In my code I'm expecting attributes_role_list to be a list of strings. Now it appears in some cases this list can be a list of objects, with each object having a key #text which holds the actual value (the string I'm expecting).

I have sufficient information to debug this issue. I'm out for the evening, but I'll fix this tomorrow morning.

from samltoawsstskeys.

pjbhaumik avatar pjbhaumik commented on July 25, 2024 1

I am seeing the issue with chrome. It is working with Firefox still... This means that there is an issue with the chrome compatibility.

from samltoawsstskeys.

prolane avatar prolane commented on July 25, 2024 1

I am seeing the issue with chrome. It is working with Firefox still... This means that there is an issue with the chrome compatibility.

@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.

from samltoawsstskeys.

prolane avatar prolane commented on July 25, 2024 1

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 v3.1 is available if this fixed the issue for you.

from samltoawsstskeys.

joshbranham avatar joshbranham commented on July 25, 2024

3.1 just updated for me and the file is downloading 👍

from samltoawsstskeys.

rajeevkrishnanv avatar rajeevkrishnanv commented on July 25, 2024

Thanks a lot @prolane . It worked

from samltoawsstskeys.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.