Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

OSIAM Self Administration 1.8

Compare
Choose a tag to compare
@tkrille tkrille released this 27 Dec 18:34
· 84 commits to master since this release

Changelog

NOTICE: This version should be compatible with all versions of OSIAM >= 2.2.

Features

Changes

  • Make SQL scripts more independent of database schema

    Use INSERTs without field names.

  • Use the new scope ADMIN for connections to OSIAM

    Abandon the usage of the deprecated method-based scoped.
    SQL files have been changed to install the necessary client with scope ADMIN.
    Add the scope ADMIN to the addon-self-administration-client:

    INSERT INTO osiam_client_scopes (id, scope) VALUES (<id of addon-self-administration-client>, 'ADMIN');
    

    By default <id of addon-self-administration-client> is set to 10.

Updates

  • OSIAM connector4java 1.8
  • Plugin API 1.5
  • Spring Boot 1.2.7