Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stepbester/17ed8f47a3f10e76ba87a551da6784aa to your computer and use it in GitHub Desktop.
Save stepbester/17ed8f47a3f10e76ba87a551da6784aa to your computer and use it in GitHub Desktop.
<TechnicalProfile Id="PolicyProfile">
<DisplayName>PolicyProfile</DisplayName>
<Protocol Name="OpenIdConnect" />
<InputTokenFormat>JWT</InputTokenFormat>
<CryptographicKeys>
<Key Id="client_secret" StorageReferenceId="your-policy-key" />
</CryptographicKeys>
<InputClaims>
<InputClaim ClaimTypeReferenceId="extension_YourClaim" />
</InputClaims>
<OutputClaims>
<!-- ... -->
</OutputClaims>
<SubjectNamingInfo ClaimType="oid" />
</TechnicalProfile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment