File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ liferayConext
2
+ =============
3
+
4
+ A connection library for SAML2 AuthN and VOOT based groups for Liferay
5
+
6
+ This component is a sttandard Liferay Plugin.
7
+ For requirements and Prerequisites, see: http://www.liferay.com/community/wiki/-/wiki/Main/Plugins+SDK
8
+
9
+ Build:
10
+ * git clone https://github.com/OpenConextApps/liferayConext
11
+ * cd plugins
12
+ * ant all
13
+
14
+ Following properties can be overridden by adding a portlet-ext.properties file to the classpath of the portal.
15
+
16
+ # SAML Properties
17
+ * saml2.header.mapping.id=persistent-id
18
+ * saml2.header.mapping.screenname=persistent-id
19
+ * saml2.header.mapping.email=emailaddress
20
+ * saml2.header.mapping.fullname=displayname
21
+
22
+ # VOOT (Oauth/REST) properties
23
+ * opensocial.server.url=https://api.surfconext.nl/v1/
24
+ * opensocial.consumer.key=
25
+ * opensocial.consumer.secret=
26
+ * opensocial.redirect.url=
You can’t perform that action at this time.
0 commit comments