Skip to content

Commit 5492219

Browse files
committed
Create README.md
1 parent 7ff6ea2 commit 5492219

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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=

0 commit comments

Comments
 (0)