Update Startup.Auth.Salesforce.cs
This commit is contained in:
Родитель
8b97433e28
Коммит
2e73af68a2
|
@ -22,8 +22,8 @@ namespace Web
|
|||
"https://login.salesforce.com/services/oauth2/authorize",
|
||||
TokenEndpoint = "https://login.salesforce.com/services/oauth2/token",
|
||||
},
|
||||
ClientId = "3MVG9JZ_r.QzrS7izXVWrETc3vyjzE2_4D8cVFZMzoNiravzQUQAasuoDynfkqc5yJvlfE7shOtkQm4FeZJjg",
|
||||
ClientSecret = "7476749690614642061",
|
||||
ClientId = "YOUR_CLIENT_ID",
|
||||
ClientSecret = "YOUR_CLIENT_SECRET",
|
||||
Provider = new SalesforceAuthenticationProvider()
|
||||
{
|
||||
// TODO: 1. Add this to temporarily store the access token
|
||||
|
|
Загрузка…
Ссылка в новой задаче