[js-embedded-discovery COMMIT] /trunk/src/javascript/idpselect_config.js

noreply at shibboleth.net noreply at shibboleth.net
Mon Jan 12 04:14:52 EST 2015


Author: rdw
Date: Mon Jan 12 04:14:52 2015
New Revision: 131

URL: http://svn.shibboleth.net/view/js-embedded-discovery?rev=131&view=rev
Log:
Better default for disco feed.

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=131&r1=130&r2=131&view=diff
==============================================================================
--- trunk/src/javascript/idpselect_config.js (original)
+++ trunk/src/javascript/idpselect_config.js Mon Jan 12 04:14:52 2015
@@ -5,7 +5,7 @@
     // 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;



More information about the commits mailing list