Blogs
-
Salesforce Platform Encryption and Classical Encryption – Depuzzling
To take your security measures further, Salesforce Shield provides a more robust suite of solutions. Shield includes three products: Platform Encryption, Event Monitoring, and Field Audit Trail. Here our focus on Shield Platform Encryption, which provides a higher-level encryption (256-bit instead of 128-bit) than the classic offering. Platform Encryption is very different than classical encryption…
-
Zendesk to Salesforce Service Cloud Migration
Zendesk is good tool for support but still we have to move to Salesforce for reasons – like level of customization, tightly coupled with Sales and Marketing, good for enterprise org and so many other reasons. But while migration, you must need to take care following things: DATA MIGRATION Knowledge Article Migration Ticket and Comment…
-
Box Authentication – Getting Access token Using JWT OAuth2.0 in Salesforce
This articles explains how can we authenticate in Box.com using JWT OAuth 2.0. Here is the API details in Box API documentation: https://developer.box.com/guides/authentication/jwt/without-sdk/ Box – Prerequisites Salesforce – Prerequisites Apex Code A). In following implementation, we are not using standard JWT and JWS because it throws error “Signature verification error. The public key identified by…