Repository: knox
Updated Branches:
  refs/heads/master a96176b1f -> 336c7b387


KNOX-830 - Admin UI Fails to Authenticate with Knox SSO

Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/336c7b38
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/336c7b38
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/336c7b38

Branch: refs/heads/master
Commit: 336c7b3878cec4b4e9455c68dde8553e98fd753d
Parents: a96176b
Author: Larry McCay <lmc...@hortonworks.com>
Authored: Fri Dec 23 10:03:17 2016 -0500
Committer: Larry McCay <lmc...@hortonworks.com>
Committed: Fri Dec 23 10:03:17 2016 -0500

----------------------------------------------------------------------
 CHANGES                                                   |  1 +
 .../src/main/resources/applications/admin-ui/service.xml  | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/336c7b38/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 09839bf..f8d9cac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -35,6 +35,7 @@ Release Notes - Apache Knox - Version 0.11.0
     * [KNOX-825] - setting to turn off directory browsing
     * [KNOX-826] - added the icon to the source project as well
     * [KNOX-827] - added manager topology
+    * [KNOX-830] - Admin UI Fails to Authenticate with KnoxSSO
 
 ------------------------------------------------------------------------------
 Release Notes - Apache Knox - Version 0.10.0

http://git-wip-us.apache.org/repos/asf/knox/blob/336c7b38/gateway-applications/src/main/resources/applications/admin-ui/service.xml
----------------------------------------------------------------------
diff --git 
a/gateway-applications/src/main/resources/applications/admin-ui/service.xml 
b/gateway-applications/src/main/resources/applications/admin-ui/service.xml
index 476659b..78610a2 100644
--- a/gateway-applications/src/main/resources/applications/admin-ui/service.xml
+++ b/gateway-applications/src/main/resources/applications/admin-ui/service.xml
@@ -19,30 +19,30 @@
     <policies>
         <policy role="webappsec"/>
         <policy role="authentication"/>
+        <policy role="federation"/>
         <policy role="rewrite"/>
         <policy role="identity-assertion"/>
         <policy role="authorization"/>
-               <policy role="federation"/>
     </policies>
     <routes>
         <route path="/?**">
             <policies>
                 <policy role="webappsec"/>
-                <policy role="authentication" name="Anonymous"/>
+                <policy role="authentication"/>
+                <policy role="federation"/>
                 <policy role="identity-assertion"/>
                 <policy role="authorization"/>
                 <policy role="rewrite"/>
-                               <policy role="federation"/>
             </policies>
         </route>
         <route path="/**?**">
             <policies>
                 <policy role="webappsec"/>
-                <policy role="authentication" name="Anonymous"/>
+                <policy role="authentication"/>
+                <policy role="federation"/>
                 <policy role="identity-assertion"/>
                 <policy role="authorization"/>
                 <policy role="rewrite"/>
-                               <policy role="federation"/>
             </policies>
         </route>
     </routes>

Reply via email to