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

feat: allow skipping the consent flow #3451

Merged
merged 1 commit into from
Mar 2, 2023
Merged

Commits on Mar 1, 2023

  1. feat: allow skipping consent for trusted clients

    This adds a new boolean parameter `skip_consent` to the admin APIs of
    the OAuth clients. This parameter will be forwarded to the consent app
    as `client.skip_consent`.
    
    It is up to the consent app to act on this parameter, but the canonical
    implementation accepts the consent on the user's behalf, similar to
    when `skip` is set.
    hperl committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    23e08bc View commit details
    Browse the repository at this point in the history