在将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>