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

fix regression with user bootstrap #3072

Closed
wants to merge 1 commit into from
Closed

fix regression with user bootstrap #3072

wants to merge 1 commit into from

Commits on Oct 2, 2024

  1. fix regression with user bootstrap

    fix for issue 3069
    
    The change #3033 forbids the user and group creation with UAA origin but assigns always the origin from the user itself
    
    This breaks the scim user bootstrapping from uaa.yml.
    
    Separate the create user into
    - from uaa.yml (propertiesSetup)
    - from shadow user creation
    
    In case of propertiesSetup and LDAP origin we allow
    again the creation of group assignments to UAA origin
    strehle committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b060e88 View commit details
    Browse the repository at this point in the history