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
* By default, Auth.js assumes that the salesforce provider is
53
-
* based on the [OAuth 2](https://www.rfc-editor.org/rfc/rfc6749.html) specification.
54
-
*
55
-
* :::tip
56
-
*
57
-
* The Salesforce provider comes with a [default configuration](https://github.com/nextauthjs/next-auth/blob/main/packages/core/src/providers/salesforce.ts).
58
-
* To override the defaults for your use case, check out [customizing a built-in OAuth provider](https://authjs.dev/guides/configuring-oauth-providers).
50
+
* The Salesforce provider comes with a [default configuration](https://github.com/nextauthjs/next-auth/blob/main/packages/core/src/providers/salesforce.ts). To override the defaults for your use case, check out [customizing a built-in OAuth provider](https://authjs.dev/guides/configuring-oauth-providers).
59
51
*
60
-
* :::
61
-
*
62
-
* :::info **Disclaimer**
52
+
* ## Help
63
53
*
64
54
* If you think you found a bug in the default configuration, you can [open an issue](https://authjs.dev/new/provider-issue).
65
55
*
66
56
* Auth.js strictly adheres to the specification and it cannot take responsibility for any deviation from
67
57
* the spec by the provider. You can open an issue, but if the problem is non-compliance with the spec,
68
58
* we might not pursue a resolution. You can ask for more help in [Discussions](https://authjs.dev/new/github-discussions).
0 commit comments