Replies: 1 comment
-
|
The CSRF requirement on The entry point you actually want is the callback URL, not the sign-in URL: Steps that work for IdP-initiated OAuth:
Important caveat: turning off |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like to enable IDP initiated login. However redirecting the user to the https://next-auth.js.org/getting-started/rest-api#post-apiauthsigninprovider endpoint isn't possible as it requires a POST request and a CSRF token.
What is the intended workflow to start the flow from the Idp provider?
Beta Was this translation helpful? Give feedback.
All reactions