This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
OSIAM Release 1.1
osiam-distribution-1.1.zip contains the osiam-server, addon-self-administration and addon-administration binaries for the OSIAM 1.1 release.
Download osiam-distribution-1.1.zip and unzip. If you want to run OSIAM server, the addon-self-administration and the addon-administration, please have a look at the GitHub Wikis:
https://github.com/osiam/server/wiki
https://github.com/osiam/addon-self-administration/wiki
https://github.com/osiam/addon-administration/wiki
CHANGES
1.1 - 2014-09-19
OSIAM server
- [feature] support for mysql as database
- [feature] prevent users from login after N failed attempts
- [feature] revocation of access tokens
It is now possible to revoke access tokens by using the following service
endpoints:- auth-server/token/revocation
For revocation of the access token sent as bearer token in the
Authorization header - auth-server/token/revocation/
For revocation of all access tokens that were issued to or in behalf of a
given user. This endpoint is protected.
- auth-server/token/revocation
- [feature] revoke all access tokens of a deactivated/deleted user
- [enhancement] Force UTF-8 encoding of requests and responses
- [enhancement] better error message on search
When searching for resources and forgetting the surrounding double quotes for
values, a non-understandable error message was responded. the error message
was changed to explicitly tell that the error occurred due to missing
double quotes. - [enhancement] updated dependencies: Spring 4.1.0, Spring Security 3.2.5,
Spring Metrics 3.0.2, Jackson 2.4.2, Hibernate 4.3.6, AspectJ 1.8.2,
Joda Time 2.4, Joda Convert 1.7, Apache Commons Logging 1.2, Guava 18.0,
Postgres JDBC Driver 9.3-1102-jdbc41
OSIAM addon-self-administration
- introduced the plugin-api: https://github.com/osiam/addon-self-administration-plugin-api
- introduced AccountManagement: Added account deletion and deactivation action
- added sql example script to import a client for the self-administration
- cleanup properties
- fixed BT-52: https://jira.osiam.org/browse/BT-52
- fixed BT-53: https://jira.osiam.org/browse/BT-53
OSIAM addon-administration
- first release of the addon-administration