]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
DRYD-203: Expect passwords to be base64-encoded on oauth2 password grant requests.
authorRay Lee <rhlee@berkeley.edu>
Sun, 24 Dec 2017 00:00:59 +0000 (16:00 -0800)
committerRay Lee <rhlee@berkeley.edu>
Sun, 24 Dec 2017 00:00:59 +0000 (16:00 -0800)
commit1c6f082b07382d0f2562364e460ff2c3f8ec19a9
tree834c828f5a88cb542b5705b4fd903b39d2370f3a
parent2315b682de5d163f8c6bf90696aa52a354ce610d
DRYD-203: Expect passwords to be base64-encoded on oauth2 password grant requests.
services/IntegrationTests/src/test/java/org/collectionspace/services/IntegrationTests/test/JsonIntegrationTest.java
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security-oauth/password-grant-admin.txt
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security-oauth/password-grant-bad-password.txt
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security-oauth/password-grant-reader.txt
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/oauth-servlet.xml
services/authorization/service/pom.xml
services/authorization/service/src/main/java/org/collectionspace/services/authorization/spring/CSpaceOAuth2RequestFactory.java [new file with mode: 0644]