Apollo REST API should support cookie/session based authentication
------------------------------------------------------------------

                 Key: APLO-83
                 URL: https://issues.apache.org/jira/browse/APLO-83
             Project: ActiveMQ Apollo
          Issue Type: New Feature
          Components: apollo-web
            Reporter: Hiram Chirino
            Assignee: Hiram Chirino
             Fix For: 1.0-beta5


The rest API should support the following routs:

/signin : to pass user/password credentials and establish a session maintained 
via cookies
/signout : to invalidate the session
/whoami : to query what the principals associated with the logged in session.

Also if the "AuthPrompt:false" http header is included in the request, then an 
unauthorized response should not include the "WWW-Authenticate" header to avoid 
prompting the user via basic auth.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to