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

Fix google OpenID Connect #747

Closed
wants to merge 19 commits into from

Commits on Jul 18, 2015

  1. Configuration menu
    Copy the full SHA
    d4d0647 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2015

  1. Fix test for OIDC

    mvschaik committed Jul 19, 2015
    Configuration menu
    Copy the full SHA
    a57d97b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. OIDC discovery

    And use jwkest to decode signature, because it supports more than just HS256.
    mvschaik authored and MaartenKos committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    d1d60ac View commit details
    Browse the repository at this point in the history
  2. Add tests for OIDC

    MaartenKos committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    f5f2647 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Actually test RSA keys

    MaartenKos committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    4ef0bc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdec758 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2015

  1. Fix nonce in py27 test

    MaartenKos committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    ae4dac0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Make optional params optional

    And delay caching of discovery document until all parameters are set to avoid using cache when document interpretation failed.
    mvschaik committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    8b0a17d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2015

  1. Configuration menu
    Copy the full SHA
    44df046 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2015

  1. Configuration menu
    Copy the full SHA
    e623a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    141ce6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    271710f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Configuration menu
    Copy the full SHA
    0ee7825 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'oidc-discovery' into fix-google-openidc

    Conflicts:
    	social/tests/backends/open_id.py
    MaartenKos committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    c21874e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2015

  1. Configuration menu
    Copy the full SHA
    8df4528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe86537 View commit details
    Browse the repository at this point in the history
  3. Use previously cached value if call fails

    This makes the backend more resilient to temporarily unavailable resources.
    MaartenKos committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    768f760 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3cd845 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. Configuration menu
    Copy the full SHA
    db81203 View commit details
    Browse the repository at this point in the history