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

providers/oauth2: improve conformance with client_credentials standard #8471

Merged
merged 4 commits into from
Feb 19, 2024

Commits on Feb 11, 2024

  1. allow using username:password base64 encoded as client_secret

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a851be4 View commit details
    Browse the repository at this point in the history
  2. support standard method by generating a user

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    68b273c View commit details
    Browse the repository at this point in the history
  3. update docs

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    070ce0b View commit details
    Browse the repository at this point in the history
  4. fix warning

    Signed-off-by: Jens Langhammer <jens@goauthentik.io>
    BeryJu committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    713e22f View commit details
    Browse the repository at this point in the history