Skip to content

Instantly share code, notes, and snippets.

View ddeboer's full-sized avatar

David de Boer ddeboer

View GitHub Profile
@ddeboer
ddeboer / manifest.json
Created March 6, 2020 14:38
Azure AD manifest for SSO
{
"id": "4ea00a79-4746-4b6c-a358-8254a085f803",
"acceptMappedClaims": null,
"accessTokenAcceptedVersion": null,
"addIns": [],
"allowPublicClient": null,
"appId": "91edec52-0a3f-4fda-bfd3-8c37248492a5",
"appRoles": [],
"oauth2AllowUrlPathMatching": false,
"createdDateTime": "2020-02-29T15:57:42Z",
Varnish log output (for `testPurgeHost`):
```log
* << Session >> 1
- Begin sess 0 HTTP/1
- SessOpen 127.0.0.1 59991 127.0.0.1:6181 127.0.0.1 6181 1433681901.680505 12
- SessClose REM_CLOSE 0.000
- End
* << BeReq >> 4
<?php
namespace MTTM\Salesforce\ClientBundle\Model;
use MTTM\Salesforce\ClientBundle\Annotation as Salesforce;
/**
* A Salesforce task
*
* @Salesforce\Object(name="Briefpost_print_history__c")