Hi! one question, how do I know what is best, extend the "Auth.AuthProviderPluginClass" or implement AuthProvider?
@JustinWillsАй бұрын
From the documentation the AuthProviderPlugin interface is deprecated. developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_interface_Auth_AuthProviderPlugin.htm
@igorkudryk Жыл бұрын
New named credentials are powerful, but so damn painful :D And as always, Salesforce creates new features without fully supporting old functionality. In the case of named credentials, it's storing the password and username named credentials :)
@MangeshKadam-s5x6 ай бұрын
Are you setting the newly generated Callback Url from Auth Provider as the redirect URL in QB setup.
@JustinWills6 ай бұрын
Yes that is correct
@manasadharmendran Жыл бұрын
Can we use custom setting instead of metadata?
@JustinWills Жыл бұрын
No. The auth. provider is coded to use metadata in the background. If you need to update values from your code, I recommend storing that information in a custom setting outside the named credential storage.