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

Improve oauth2 authorization #9339

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

Commits on Jan 7, 2022

  1. fix redirect_uri for token_endpoint in oauth2

    * the serverPort was accessed after the server close
    mortbauer committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    c05733e View commit details
    Browse the repository at this point in the history
  2. add some configuration to oauth2 auth

    * add option oauthPrompt with default value true to disable it
      the prompt parameter for the authorization_endpoint optionally, ory
      hydra doesn't support that option and the oauth2 flow would fail
    * add option oauthBasicAuth with default value true to disable sending
      of the Authorization header for the token_endpoint, ory hydra only
      allows either client_secret_basic or client_secret_post not a mix of
      both
    mortbauer committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    fbe4b0c View commit details
    Browse the repository at this point in the history