forked from WASdev/ci.docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsso-twitter.xml
More file actions
17 lines (15 loc) · 743 Bytes
/
sso-twitter.xml
File metadata and controls
17 lines (15 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<server>
<!-- defaults from the server metatype.xml are declared as variables here
If nothing is passed in elsewhere, the defaults will prevail.
Required parameters have no defaults, so are not defined here.
The required parameters are consumerKey and consumerSecret
-->
<variable name="SEC_SSO_MAPTOUSERREGISTRY" defaultValue="false"/>
<variable name="SEC_SSO_REDIRECTTORPHOSTANDPORT" defaultValue="" />
<twitterLogin
consumerKey="${SEC_SSO_TWITTER_CONSUMERKEY}"
consumerSecret="${SEC_SSO_TWITTER_CONSUMERSECRET}"
redirectToRPHostAndPort="${SEC_SSO_REDIRECTTORPHOSTANDPORT}"
mapToUserRegistry="${SEC_SSO_MAPTOUSERREGISTRY}"
></twitterLogin>
</server>