Replies: 1 comment
-
I should add for clarity that I want to remove the scope= query parameter entirely. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to remove the scope=openid query param from my authorization request url to Okta from a next.js application which uses next-auth's built in OktaProvider. I am wondering if there is a way to do this. I've tried creating a custom provider with no luck as well.
Beta Was this translation helpful? Give feedback.
All reactions