auth0 / auth0-authorization-extension

Auth0 Extension that adds authorization features to your account
https://auth0.com/docs/extensions/authorization-extension/v2
Other
82 stars 55 forks source link

Bug - get group members is not responding #248

Open ChenAshuri opened 5 years ago

ChenAshuri commented 5 years ago

I have two tenants for my App, both of them use the auth0-authorization-extension to manage users.

Tenant 1: When trying to fetch group members i got the required response.

Tenant 2: When trying to fetch group members i got:

    "statusCode": 500,
    "error": "Internal Server Error",
    "message": "An internal server error occurred"

The same code is running in both cases. Both tenants use machine to machine applications authorized by auth0-authorization-extension-api with all the required scopes. The other Authorization API calls are working except of:

GET /api/groups/{group_id}/members
zxan1285 commented 5 years ago

Hi @ChenAshuri

When you're trying to view group members in the extension's UI, does it work correctly? Does this request fails for any group, or just for some specific group? Could you please install Real-time Webtask Logs extension and share logs related to this error?