auth0 / auth0-authorization-extension

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

"Authorization Extension: An internal server error occurred" #171

Open belthaZornv opened 6 years ago

belthaZornv commented 6 years ago

I have my Authorization Extension set up; with groups, rules etc. - Which is being used through a SPA (React), when I try to login I get the following error:

{error: "unauthorized", errorDescription: "Authorization Extension: An internal server error occurred", state: "VdawGtNRfu43br5j4EoU_hMLcmOXcP9c"}

Although I can't find any support online for this type of error and it seems like the Extension is failing at some level, since it's an internal server error. - Can anyone confirm that they have had this happening to them?

joWeiss commented 6 years ago

The same error message started to appear today on my setup as well. Seems like auth0 had some issues in the last days with AWS, but I can't find anything specific on this extension.

lucasklaassen commented 6 years ago

I have also seen this error appear today in our production account. It seems to be working fine in our staging and development accounts but production prevents logins. Authorization Extension: An internal server error occurred

lucasklaassen commented 6 years ago

I uninstalled the extension, reinstalled it, disabled api access, deleted the generated rule and regenerated the rule and it's working now.

joWeiss commented 6 years ago

The problem disappeared after an update of the authorization extension from 2.3 to 2.4.

Everything is working fine again on my side.