> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Unable to approve app

> How to solve problems related to approving a customer's tenant

You are unable to complete providing consent (Approve) to the application.

## Account does not have access error

![Account does not have access error -screenshot][img2]

This means that SuperOffice Operations Center doesn't recognize your user as an administrator.

You can resolve this issue by signing in to SuperOffice, navigate to settings and maintenance (admin), then make a change to the user like user level or role and then save. Next, change back and save again.

Your user is now able to successfully approve the application.

## Technical error

![img2 -screenshot][img1]

This means that you're trying to authenticate an app with an unknown [redirect URL][1]. The redirect must be set in the application configuration.

If you are using `devnet-tools.superoffice.com`, the correct redirect is `https://devnet-tools.superoffice.com/openid/callback`.

To resolve this issue:

1. Sign in to the Developer Portal and [verify that the redirect URL is correct and valid][2].
2. If this setting is correct, copy the complete **Request ID** from the error dialog and send it in an email to `appdev AT superoffice.com`.

[1]: ../create-app/config/redirects

[2]: ../create-app/config/cors-and-redirection-urls

[img1]: /media/loc/en/developer-portal/redirect-consent-error.png

[img2]: /media/loc/en/developer-portal/no-access-error-page.png


## Related topics

- [Approve sale](/en/mobile/sale/approve-quote.md)
- [Approve Quote Version](/en/api/reference/restful/agent/quote_agent/approve-quote-version.md)
- [NSApproveRejectResponse](/en/automation/crmscript/reference/CRMScript.NetServer.NSApproveRejectResponse.md)
- [Delete Quote Approve Reason](/en/api/reference/restful/rest/list_quoteapprovereason/delete-quote-approve-reason.md)
- [Post Quote Approve Reason](/en/api/reference/restful/rest/list_quoteapprovereason/post-quote-approve-reason.md)
- [Get Quote Approve Reason](/en/api/reference/restful/rest/list_quoteapprovereason/get-quote-approve-reason.md)
