Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

StorageReferenceId for JWT Input Claim in Azure AD B2C

Tags:

azure-ad-b2c

What value should I have for StorageReferenceId when passing a JWT as in InputClaims to a user journey?

In the sample for WingTip Games, a value of WingTipsGamesClientSecret is used. Where did that come from? Where is that value defined?

<TechnicalProfile Id="Invitation">
  <InputTokenFormat>JWT</InputTokenFormat>
  <CryptographicKeys>
    <Key Id="client_secret" StorageReferenceId="WingTipGamesClientSecret" />
  </CryptographicKeys>
</TechnicalProfile>
like image 996
spottedmahn Avatar asked Dec 02 '25 23:12

spottedmahn


1 Answers

<TechnicalProfile Id="Invitation">
  <InputTokenFormat>JWT</InputTokenFormat>
  <CryptographicKeys>
    <Key Id="client_secret" StorageReferenceId="B2C_1A_StackOverflowKey" />
  </CryptographicKeys>
</TechnicalProfile>

IEF -> Policy Keys -> Add

IEF Policy Keys

like image 66
spottedmahn Avatar answered Dec 06 '25 11:12

spottedmahn



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!