You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2015/06/27 01:56:05 UTC

[jira] [Updated] (AMBARI-12153) Ambari Web should automatically log the user in if valid HTTP authorization header is present (Single Sign On)

     [ https://issues.apache.org/jira/browse/AMBARI-12153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yusaku Sako updated AMBARI-12153:
---------------------------------
    Attachment: AMBARI-12139.patch

> Ambari Web should automatically log the user in if valid HTTP authorization header is present (Single Sign On)
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-12153
>                 URL: https://issues.apache.org/jira/browse/AMBARI-12153
>             Project: Ambari
>          Issue Type: Improvement
>          Components: ambari-web
>    Affects Versions: 2.1.0
>            Reporter: Yusaku Sako
>            Assignee: Yusaku Sako
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-12139.patch
>
>
> In some environments, Ambari is behind a gateway. When the user hits the URL to load Ambari Web through the gateway, the user is prompted to log in (to the gateway). After the user provides valid credentials, the gateway adds the HTTP Authorization header (Basic Auth) to all subsequent requests. 
> Requesting GET API calls through the browser address bar handles SSO already (the user is not explicitly asked to log in to Ambari Web) because of the Authorization header. However, Ambari Web still prompts the user to log in (the user has to authenticate to the gateway and Ambari Web separately). In this scenario, Ambari Web should treat the user as already logged in.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)