UAA 2.3.1 Release Notes
Features
- Added CSRF checks for form submits in UAA eb40d76
- Improved unit testing speed for MockMvc tests a6109f1
- Added DB index to users.email and not using LOWER function for MySQL (introduced the database.caseinsensitive variable) 781fba0
- Updated README to include information on how to run UAA standalone as a CF app 32955a1
- Implement a revokable, stateless token strategies. Token can be manually revoked for a client or a user, and are automatically revoked if user's email,username or password changes. Tokens for a client are automatically revoked if the client's secret changes. 7b58aac
- Upgraded to MariaDB 1.1.8 JDBC driver 574eae0
- Sample SAML Sign key has 10 year expiry 7c7a82c
Bug Fixes