Code Monkey home page Code Monkey logo

Comments (4)

rohe avatar rohe commented on August 19, 2024

Will fix, but not until tomorrow :-)

10 dec 2014 kl. 22:16 skrev Martin v. Löwis [email protected]:

The howto claims that I can instantiate a Consumer simply with Consumer. This appears no longer to be true, as the database and the config parameters are mandatory.


Reply to this email directly or view it on GitHub.

— Roland

”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard

from pyoidc.

loewis avatar loewis commented on August 19, 2024

There are more issues with this document. Do you want me to report them in separate issues, or in a single one?

  • it says that out-of-band registration is put into the client using client.client_info = client_reg. However, a client_info attribute is never used; client.store_registration_info(client_reg)would work, or alternatively directly setting client_idand client_secret
  • it says to put a nonce into the args using hmac.new(_nonce, digestmod=hashlib.sha224). However, this will put a string like <hmac.HMAC instance at 0x110610758> into the args. It appears that one doesn't need to fill in a nonce at all, as the library will do this on its own (IIUC).
  • likewise, putting a client_id into the args dictionary appears unnecessary, as it will fill that out itself.

from pyoidc.

rohe avatar rohe commented on August 19, 2024

11 dec 2014 kl. 09:21 skrev Martin v. Löwis [email protected]:

There are more issues with this document. Do you want me to report them in separate issues, or in a single one?

I’d prefer a single one if that works for you.

— Roland

”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard

from pyoidc.

rohe avatar rohe commented on August 19, 2024

Updated the documentation.

from pyoidc.

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.