Releases: osiam/addon-self-administration
OSIAM Self Administration 1.9
OSIAM Self Administration 1.9.CR2
Circle CI Build: https://circleci.com/gh/osiam/addon-self-administration/246
OSIAM Self Administration 1.8
Changelog
NOTICE: This version should be compatible with all versions of OSIAM >= 2.2.
Features
-
Support legacy SCIM schemas for connecting to OSIAM <= 2.3
See Connection to OSIAM, if you use
OSIAM <= 2.3. -
Support OSIAM 3.x
See Connection to OSIAM, if you use OSIAM 3.x.
Changes
-
Make SQL scripts more independent of database schema
Use
INSERT
s without field names. -
Use the new scope
ADMIN
for connections to OSIAMAbandon the usage of the deprecated method-based scoped.
SQL files have been changed to install the necessary client with scopeADMIN
.
Add the scopeADMIN
to theaddon-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 to10
.
Updates
- OSIAM connector4java 1.8
- Plugin API 1.5
- Spring Boot 1.2.7
OSIAM Self Administration 1.7
Changelog
NOTICE: This version is only compatible with OSIAM 2.4 and later.
Features
- Rollback User Creation on MailException
Updates
- OSIAM connector4java 1.7
- Spring Boot 1.2.6
- Joda Time 2.8.2
OSIAM Self Administration 1.6
Changelog
Changes
- Bump connector to make use of more concurrent HTTP connections
- Bump plugin API to 1.4
- Bump Jackson version
OSIAM Self Administration 1.5
Changelog
1.5 - 2015-06-02
Changes
-
Add sensible default values for most configuration properties
See docs for details
-
Remove possibility to configure the requested scopes
The configuration parameter wasn't used anyway
-
Remove possibility to configure the extension's attributes
-
Remove field
expiry
from OAuth client in SQL scriptsThe field
expiry
has been removed from the auth-server
(osiam/auth-server#9) and must be removed from the SQL scripts too. -
Change some attributes of OAuth client
- Remove unnecessary grants: authorisation code grant, refresh token grant,
resource owner credentials grant - Decrease access token validity to 300 seconds
- Remove unnecessary grants: authorisation code grant, refresh token grant,
-
Rename SQL scripts for installing client and extension
Use
client.sql
to create the OAuth client in theauth-server
's database
andextension.sql
to create the SCIM extension in theresource-server
's
database. The old files are still in place for compatibility reasons, but
will receive no further updates and be eventually removed in a future
version. All users are encouraged to update to the new files. -
Bump dependencies
Fixes
- If no address field is set, the user should have no address
Other
- Introduce Spring Boot
- Switch from xml to java configuration