Tandeciarz.com

To my Father, my Son

Thank you for bringing him back.

Salesforce Useful JSP pages

* Display request headers that Salesforce receives (does not require login) https://login.salesforce.com/smth.jsp * Client speed / performance test (requires login) /speedtest.jsp * List of trusted certificate authorities: /cacerts.jsp (works with your instance, such as https://na21.my.salesforce.com/cacerts.jsp)

Log out from Apex

Log a user out via Apex when logged in as another user: delete [Select Id from AuthSession WHERE UsersId =: UserInfo.getUserId() AND SessionType='SubstituteUser']; Session Types SESSION TYPE DESCRIPTION API Created when accessing an org through the API. APIOnlyUser Created to enable a password reset in the user interface for

Sense

Sometimes you need to trust your senses.

oAuth Configurations Gist

Super useful list of default oAuth configurations for different service providers: oAuthd authentication configurations 23andme { "name": "23AndMe", "desc": "23andMe is a personal genetics service. 23andMe offers individual genome and DNA testing and information. The 23andMe API allows developers to access and integrate the data from 23andMe with other applications and

Tandeciarz.com © 2026