[ https://issues.apache.org/jira/browse/USERGRID-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14515117#comment-14515117 ]
ASF GitHub Bot commented on USERGRID-572: ----------------------------------------- Github user senthilkumar-kj commented on the pull request: https://github.com/apache/incubator-usergrid/pull/237#issuecomment-96836395 hi @tnine, thanks. Yes, below is the sample response from my local for /management/token from this branch. `{"access_token":"YWMt7PWgyu0pEeSTdqWreOhXCQAAAU0g-RjMu6uxqhC27NA6QeT7uymKY9mtDws","expires_in":604800,"passwordChanged":1430169926300,"user":{"htmldisplayEmailAddress":"Super User <<a href=\"mailto:s...@apigee.com\">s...@apigee.com</a>>","confirmed":true,"uuid":"ebafc20a-ed23-11e4-a91e-3dce26486f4a","adminUser":false,"name":"Super User","displayEmailAddress":"Super User <s...@apigee.com>","organizations":{"test-organization":{"name":"test-organization","uuid":"e950272a-ed23-11e4-ab55-b305ff94a978","properties":{},"users":{"test":{"applicationId":"b6768a08-b5d5-11e3-a495-11ddb1de66c8","username":"test","name":"Test User","email":"sk+t...@apigee.com","activated":true,"confirmed":true,"disabled":false,"properties":{},"uuid":"e93ced4a-ed23-11e4-83f2-994281ced39c","adminUser":false,"displayEmailAddress":"Test User <sk+t...@apigee.com>","htmldisplayEmailAddress":"Test User <<a href=\"mailto:sk+t...@apigee.com\">sk+t...@apigee.com</a>>"}},"applications":{"test-organization/test-app":"eb8f41b5-ed23-11e4-80a5-ea7efd0d88e1"}}},"disabled":false,"applicationId":"b6768a08-b5d5-11e3-a495-11ddb1de66c8","email":"s...@apigee.com","properties":{},"username":"superuser","activated":true}} ` The change affects only the apis which sends back the QPs in response with params json element. > Setting or qparameter for not returning the qparams in the response > ------------------------------------------------------------------- > > Key: USERGRID-572 > URL: https://issues.apache.org/jira/browse/USERGRID-572 > Project: Usergrid > Issue Type: Story > Reporter: Jeffrey > Assignee: Senthil Kumar K > Priority: Critical > > Please add a setting that can prevent the qparams from being returned in a > response, and/or add a filter for accessToken and ClientID/ClientSecret to > not be returned in a response. -- This message was sent by Atlassian JIRA (v6.3.4#6332)