Skip to content
Snippets Groups Projects
Unverified Commit 5ad3d0fc authored by vaivars's avatar vaivars Committed by GitHub
Browse files

Update Auth0 scope to use profile and email

Auth0 implementation is currently broken, since you can not get email from just the openid scope.
parent 8cf29182
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ use OAuth\Common\Http\Uri\UriInterface; ...@@ -14,7 +14,7 @@ use OAuth\Common\Http\Uri\UriInterface;
class Auth0 extends AbstractService class Auth0 extends AbstractService
{ {
const SCOPE_OPENID = 'openid'; const SCOPE_OPENID = 'openid profile email';
protected $domain; protected $domain;
public function __construct( public function __construct(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment