diff --git a/src/BaseAuth0.php b/src/BaseAuth0.php index fba97193..5dc7f202 100644 --- a/src/BaseAuth0.php +++ b/src/BaseAuth0.php @@ -40,10 +40,10 @@ abstract class BaseAuth0 * @var array */ public static $URL_MAP = array( - 'api' => 'https://{domain}/api', - 'authorize' => 'https://{domain}/authorize', - 'token' => 'https://{domain}/oauth/token', - 'user_info' => 'https://{domain}/userinfo', + 'api' => 'https://{domain}/api/', + 'authorize' => 'https://{domain}/authorize/', + 'token' => 'https://{domain}/oauth/token/', + 'user_info' => 'https://{domain}/userinfo/', ); /**