You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to authorise my react app with the webflow app , using auth0-react .
This library sends a 'openid' as a scope by default, including the customised scope.
Which currently is not supported in the following list of scopes, which makes the flow incomplete on my app with this error.
I am trying to authorise my react app with the webflow app , using
auth0-react
.This library sends a 'openid' as a scope by default, including the customised scope.
Which currently is not supported in the following list of scopes, which makes the flow incomplete on my app with this error.
https://docs.developers.webflow.com/reference/authorization
Request Url
After logging in at Webflow.
The expected flow should work with
openid
as a scope .Any help around this will be appreciated.
The text was updated successfully, but these errors were encountered: