Skip to content
Snippets Groups Projects
Forked from uffd / uffd
Source project has a limited visibility.
  • Julian's avatar
    fa67bde0
    Migrate OAuth2 and API clients to database · fa67bde0
    Julian authored
    Also adds a shallow Service model that coexists with the config-defined
    services to group multiple OAuth2 and API clients together.
    
    Clients defined in the config with OAUTH2_CLIENTS and API_CLIENTS_2 are
    imported by the database migrations.
    
    Removes support for complex values for the OAuth2 client group_required option.
    Only simple group names are supported, not (nested) lists of groups previously
    interpreted as AND/OR conjunctions. Also removes support for the login_message
    parameter of OAuth2 clients.
    fa67bde0
    History
    Migrate OAuth2 and API clients to database
    Julian authored
    Also adds a shallow Service model that coexists with the config-defined
    services to group multiple OAuth2 and API clients together.
    
    Clients defined in the config with OAUTH2_CLIENTS and API_CLIENTS_2 are
    imported by the database migrations.
    
    Removes support for complex values for the OAuth2 client group_required option.
    Only simple group names are supported, not (nested) lists of groups previously
    interpreted as AND/OR conjunctions. Also removes support for the login_message
    parameter of OAuth2 clients.