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

[full-ci] idp/proxy: Match users by ID instead of name by default #6338

Merged
merged 1 commit into from
May 23, 2023

Commits on May 22, 2023

  1. idp/proxy: Match users by ID instead of name by default

    Reconfigure the oidc clients for lico, so that lico adds the "lg.uuid" to
    tokens and userinfo by default. That claim will contain the userid. So
    we can now use the userid for matching users when using the default
    idm/idp configuration. This fixes further problems so that users being
    recreated with the same name are correctly treated as differnt users.
    
    Fixes: owncloud#904
    rhafer committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ec14d1b View commit details
    Browse the repository at this point in the history