"Authorization Extension: Invalid API Key" - due to key deleted

I mistakenly deleted the Key | Value in Auth0 Dashboard → Rules – > Settings panel, is there a way to recover it or how to create a new pair of Key/Value? I forgot how I add that before (-: Could you provide an example?

My connection to my application used to work fine which showed “It Works” before, But without the key, it prompted:
{
“error”: “unauthorized”,
“error_description”: “Authorization Extension: Invalid API Key”
} "

Thank you for your help!

Hi @susan.zheng,

To rotate the token, open up the authorization app by selecting the Authorization tab in your Auth0 dashboard, and go to the configuration page. Click rotate to add the key/value for the authz rule:

Thank you for your helpful info! A new apikey is generated successfully.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.