Is there a way to not send a scope #10680
-
Hello, I'm creating a provider. Auth.js uses scope in query to /authorize. However, scope is generating problem to me. Is there a way to not send a scope as If I define scope as '', it completes with openid:
What is the problem sending scope? I get a Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That error looks related to PKCE... If you're not using PKCE, I think you need to set the |
Beta Was this translation helpful? Give feedback.
That error looks related to PKCE... If you're not using PKCE, I think you need to set the
checks
property of your provider to something else (like'none'
), because it defaults to'pkce'
.