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

pick up nonce correctly in authorize endpoint since it could be a POST request as well #1032

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 21, 2022

  1. pick up nonce correctly in authorize endpoint since it could be a POS…

    …T request as well
    
    this leads to missing nonce in id_token when set by the oauth client, breaking OIDC
    ashfame committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d996251 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. request property doesn't work like $_REQUEST, hence pickup from $_GET…

    … with default from $_POST
    ashfame committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    53c0f11 View commit details
    Browse the repository at this point in the history