We need to securely store the Partner Account client IDs and Secret in Salesforce, with the potential for exceeding 100,000 entries. Can Named Credentials accommodate this volume, or is there a more suitable approach for securely storing this information?
2 个回答
As per doc, there is no limit for named credentials and Named Credentials can only store two credential material (e.g. username, password) or an OAuth token (refresh_token, access_token).
Hope this helps!
Thanks!