Coder Social home page Coder Social logo

Comments (5)

laura-rodriguez avatar laura-rodriguez commented on July 3, 2024

Hi @mvitt,

Thanks for reporting this issue. We'll review this internally and provide you an update when we have more info to share.

from okta-sdk-python.

serhiibuniak-okta avatar serhiibuniak-okta commented on July 3, 2024

@mvitt, thanks again for detailed issue. Models are being generated according to our openapi spec. First, we need to update openapi spec. This requires some time. To unblock you, I can suggest some workarounds. For example, it is possible to get original response body (before it is being mapped to models):

apps, resp, err = await client.list_applications()
orig_resp = resp._body

And depending on your needs, you can filter failed apps or process manually or something else. Is it helpful?

from okta-sdk-python.

serhiibuniak-okta avatar serhiibuniak-okta commented on July 3, 2024

@mvitt After some internal discussions, we've decided to avoid errors so far by using "custom" signOnMode when we encounter any "new" signOnMode. Thus, sdk will pick basic Application model for such apps and list_applications won't fail.

Here's PR: #168. It will be added within next sdk release.

Please, reach out to us if you have any additional questions or concerns.

from okta-sdk-python.

serhiibuniak-okta avatar serhiibuniak-okta commented on July 3, 2024

@mvitt It turned out, there might be another issues related to signOnMode, thus a new PR should cover it: #174
It is merged and will be included into upcoming release. Will keep you posted.

from okta-sdk-python.

serhiibuniak-okta avatar serhiibuniak-okta commented on July 3, 2024

@mvitt SDK v1.4.1 released. I'm closing this issue as resolved. Feel free to reopen this issue if your problem still exists.

from okta-sdk-python.

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.