diff --git a/services/authentication/browserid.php b/services/authentication/browserid.php index 324c12a..7a60a09 100644 --- a/services/authentication/browserid.php +++ b/services/authentication/browserid.php @@ -10,13 +10,13 @@ * Provides a session based authentication method that validates logins with * BrowserID * - * @link https://browserid.org/ + * @link https://persona.org/ * @package midgardmvc_core */ class midgardmvc_core_services_authentication_browserid extends midgardmvc_core_services_authentication_sessionauth { - private $provider = 'https://browserid.org/verify'; - private $include = 'https://browserid.org/include.js'; + private $provider = 'https://verifier.login.persona.org/verify'; + private $include = 'https://persona.org/include.js'; public function __construct() { diff --git a/templates/midgardmvc-login-browserid.xhtml b/templates/midgardmvc-login-browserid.xhtml index 6031bd2..b1a9966 100644 --- a/templates/midgardmvc-login-browserid.xhtml +++ b/templates/midgardmvc-login-browserid.xhtml @@ -1,5 +1,5 @@ - +