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

[stable27] fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION #46087

Merged
merged 1 commit into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION

    The scope design requires scopes to be either not specified, or
    specified explicitely. Therefore, when setting the
    skip-password-validation scope for user authentication from mechanisms
    like SAML, we also have to set the filesystem scope, otherwise they will
    lack access to the filesystem.
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and backportbot[bot] committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5b7c4cc View commit details
    Browse the repository at this point in the history