Skip to content

Instantly share code, notes, and snippets.

@mduheaume
mduheaume / FindIdentifier.xml
Created October 6, 2023 19:03 — forked from rbrayb/FindIdentifier.xml
Using identities in Azure AD B2C
<?xml version="1.0" encoding="utf-8" ?>
<TrustFrameworkPolicy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://schemas.microsoft.com/online/cpim/schemas/2013/06"
PolicySchemaVersion="0.3.0.0"
TenantId="yourtenant.onmicrosoft.com"
PolicyId="B2C_1A_Identifier_signin"
PublicPolicyUri="http://yourtenant.onmicrosoft.com/B2C_1A_Identifier_signin"
DeploymentMode="Development"
UserJourneyRecorderEndpoint="urn:journeyrecorder:applicationinsights">
@mduheaume
mduheaume / jslint.json
Created August 23, 2012 00:03 — forked from puleos/jslint.json
sublime text jslint settings
{
// Path to the jslint jar.
// Leave blank to use bundled jar.
"jslint_jar": "",
// Options pass to jslint.
"jslint_options": "--node --browser --white --sloppy --nomen --undef --unparam --vars",
// Ignore errors, regex.
"ignore_errors":