A simple way to get authorized to use the Metadata api in ISV
You're using the Metadata api in your ISV development and you need a user's sessionID or Accesstoken to use the api.
You can use NamedCredentials to get this, but the process is complicated and difficult for users to actually use.
Is there a simple way to get the credentials to use the metadata api without compromising security?
3 respuestas
Thank you for your answer.
I know that NamedCredentials is the official way, as you mentioned.
However, when I tried NamedCredentials in practice, I realized that there are a lot of things that users of the actual package have to set up themselves, and it's complicated.
I don't want my users to feel this way.
Is there really no other way?