FLOE-423: Accept a POST request containing preferences in the first discovery server

Metadata

Source
FLOE-423
Type
Task
Priority
Blocker
Status
Closed
Resolution
Duplicate
Assignee
N/A
Reporter
Justin Obara
Created
2015-09-25T11:31:33.863-0400
Updated
2015-11-12T14:34:31.012-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. First Discovery

Description

The first discovery server should be able to accept a POST request containing the preferences that a user would like to save. Ultimately this should be wired up to the Security Server which will intern contact the preferences server to save the preferences and return a token for the user to retrieve them. This token will be passed along to the first discovery tool to hand off to the user. In the case of any error, an error will be returned instead of the token.

Because the infrastructure for connecting to the security server has not yet been implemented. For now this request should just mock out that portion of the request.

Comments