[02/14] cxf-fediz git commit: [FEDIZ-173] Cors support for js OIDC Implicit Flow, patch from Adrian Gonzalez applied, This closes #9

2016-11-08 Thread coheigea
[FEDIZ-173] Cors support for js OIDC Implicit Flow, patch from Adrian Gonzalez 
applied, This closes #9


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/e88cf097
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/e88cf097
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/e88cf097

Branch: refs/heads/1.3.x-fixes
Commit: e88cf0979eb11a67193b4fc9d8e61197c6480c96
Parents: 6b29a87
Author: Sergey Beryozkin 
Authored: Wed Sep 14 12:06:29 2016 +0100
Committer: Colm O hEigeartaigh 
Committed: Tue Nov 8 14:43:03 2016 +

--
 services/oidc/pom.xml   | 5 +
 .../oidc/src/main/webapp/WEB-INF/applicationContext.xml | 9 +
 2 files changed, 14 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e88cf097/services/oidc/pom.xml
--
diff --git a/services/oidc/pom.xml b/services/oidc/pom.xml
index ad3b515..aede1dd 100644
--- a/services/oidc/pom.xml
+++ b/services/oidc/pom.xml
@@ -58,6 +58,11 @@
 ${cxf.version}
 
 
+org.apache.cxf
+cxf-rt-rs-security-cors
+${cxf.version}
+
+
 org.springframework
 spring-web
 ${spring.version}

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e88cf097/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
--
diff --git a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml 
b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
index c893dd4..53bd83f 100644
--- a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
@@ -95,6 +95,7 @@

 
 
+
 
 
 
@@ -119,6 +120,7 @@

 
 
+
 
 
 
@@ -178,6 +180,13 @@
 
   -->
 
+
+
+Authorization
+
+
+
+
 
 
 



cxf-fediz git commit: [FEDIZ-173] Cors support for js OIDC Implicit Flow, patch from Adrian Gonzalez applied, This closes #9

2016-09-14 Thread sergeyb
Repository: cxf-fediz
Updated Branches:
  refs/heads/master 22553ad77 -> 510bee5ad


[FEDIZ-173] Cors support for js OIDC Implicit Flow, patch from Adrian Gonzalez 
applied, This closes #9


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/510bee5a
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/510bee5a
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/510bee5a

Branch: refs/heads/master
Commit: 510bee5adc9d1742cd942f93db2a07abc82084b5
Parents: 22553ad
Author: Sergey Beryozkin 
Authored: Wed Sep 14 12:06:29 2016 +0100
Committer: Sergey Beryozkin 
Committed: Wed Sep 14 12:06:29 2016 +0100

--
 services/oidc/pom.xml   | 5 +
 .../oidc/src/main/webapp/WEB-INF/applicationContext.xml | 9 +
 2 files changed, 14 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/510bee5a/services/oidc/pom.xml
--
diff --git a/services/oidc/pom.xml b/services/oidc/pom.xml
index ad3b515..aede1dd 100644
--- a/services/oidc/pom.xml
+++ b/services/oidc/pom.xml
@@ -58,6 +58,11 @@
 ${cxf.version}
 
 
+org.apache.cxf
+cxf-rt-rs-security-cors
+${cxf.version}
+
+
 org.springframework
 spring-web
 ${spring.version}

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/510bee5a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
--
diff --git a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml 
b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
index c893dd4..53bd83f 100644
--- a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
@@ -95,6 +95,7 @@

 
 
+
 
 
 
@@ -119,6 +120,7 @@

 
 
+
 
 
 
@@ -178,6 +180,13 @@
 
   -->
 
+
+
+Authorization
+
+
+
+