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

Extends provisioning of users #502

Merged

Commits on Nov 23, 2022

  1. New settings for provider:

    - groupProvisioning (This will create and update the users groups depending on the groups claim in the id token.)
    - mappingGroups (Claim in the idToken which will be used for provisiong of groups.)
    - providerBasedId (Use provider identifier as prefix for ids.)
    - bearerProvisioning (This automatically provisions the user, when sending API and WebDav Requests with a Bearer token. Auto provisioning and Bearer token check have to be activated for this to work.)
    Some code improvements:
    -Moved provisioning code from Controller to a separate service
    
    Signed-off-by: Marvin Öhlerking <marvin.oehlerking@capgemini.com>
    MarvinOehlerkingCap committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    88cd62a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. move group provisioning format text to settings hint

    Signed-off-by: Marvin Öhlerking <marvin.oehlerking@capgemini.com>
    MarvinOehlerkingCap committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    45315c7 View commit details
    Browse the repository at this point in the history