Azure AD B2C中的JWT输入声明的StorageReferenceId

时间:2017-09-18 19:12:32

标签: azure-ad-b2c

在将InputWlaims中的JWT传递给用户旅程时,我应该对StorageReferenceId有什么价值?

In the sample for WingTip Games,使用WingTipsGamesClientSecret的值。那个是从哪里来的?该值定义在哪里?

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

1 个答案:

答案 0 :(得分:1)

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

IEF -> Policy Keys -> Add

IEF Policy Keys