[js-embedded-discovery COMMIT] /trunk/src/javascript/idpselect_config.js
noreply at shibboleth.net
noreply at shibboleth.net
Wed Apr 29 11:47:51 EDT 2015
Author: rdw
Date: Wed Apr 29 11:47:51 2015
New Revision: 144
URL: http://svn.shibboleth.net/view/js-embedded-discovery?rev=144&view=rev
Log:
Revert accidently config
Modified:
trunk/src/javascript/idpselect_config.js
Modified: trunk/src/javascript/idpselect_config.js
URL: http://svn.shibboleth.net/view/js-embedded-discovery/trunk/src/javascript/idpselect_config.js?rev=144&r1=143&r2=144&view=diff
==============================================================================
--- trunk/src/javascript/idpselect_config.js (original)
+++ trunk/src/javascript/idpselect_config.js Wed Apr 29 11:47:51 2015
@@ -5,14 +5,14 @@
// Adjust the following to fit into your local configuration
//
this.alwaysShow = true; // If true, this will show results as soon as you start typing
- this.dataSource = 'DiscoFeed'; // Where to get the data from
+ this.dataSource = '/Shibboleth.sso/DiscoFeed'; // Where to get the data from
this.defaultLanguage = 'en'; // Language to use if the browser local doesnt have a bundle
this.defaultLogo = 'blank.gif'; // Replace with your own logo
this.defaultLogoWidth = 1;
this.defaultLogoHeight = 1 ;
this.defaultReturn = null; // If non null, then the default place to send users who are not
// Approaching via the Discovery Protocol for example
- this.defaultReturn = "https://example.org/Shibboleth.sso/DS?SAMLDS=1&target=https://example.org/secure";
+ //this.defaultReturn = "https://example.org/Shibboleth.sso/DS?SAMLDS=1&target=https://example.org/secure";
this.defaultReturnIDParam = null;
this.helpURL = 'https://wiki.shibboleth.net/confluence/display/SHIB2/DSRoadmap';
this.ie6Hack = null; // An array of structures to disable when drawing the pull down (needed to
More information about the commits
mailing list