# HG changeset patch # User durandn # Date 1461233040 -7200 # Node ID c56ca9e06cc860b119086929a68df33c299f0c2e # Parent 590bf2969451759b07329913c66358481da0ea9d adapted oauth test server validation service to correct(/itop) token validation format diff -r 590bf2969451 -r c56ca9e06cc8 oauth/oauth.py --- a/oauth/oauth.py Thu Apr 21 11:27:06 2016 +0200 +++ b/oauth/oauth.py Thu Apr 21 12:04:00 2016 +0200 @@ -244,8 +244,8 @@ error_description = "token not found in db?" return jsonify( access_token=token, - redirect_uri= uris, - errors=validate_errors, + uriredirect= uris, + error=validate_errors, description= error_description, scope=scopes )