Azure AD B2C 中 JWT 输入声明的 StorageReferenceId
StorageReferenceId for JWT Input Claim in Azure AD B2C
在将 InputClaims 中的 JWT 传递给用户旅程时,我应该为 StorageReferenceId 设置什么值?
In the sample for WingTip Games,使用了WingTipsGamesClientSecret
的值。那个是从哪里来的?该值在哪里定义?
<TechnicalProfile Id="Invitation">
<InputTokenFormat>JWT</InputTokenFormat>
<CryptographicKeys>
<Key Id="client_secret" StorageReferenceId="WingTipGamesClientSecret" />
</CryptographicKeys>
</TechnicalProfile>
<TechnicalProfile Id="Invitation">
<InputTokenFormat>JWT</InputTokenFormat>
<CryptographicKeys>
<Key Id="client_secret" StorageReferenceId="B2C_1A_WhosebugKey" />
</CryptographicKeys>
</TechnicalProfile>
IEF -> Policy Keys -> Add
在将 InputClaims 中的 JWT 传递给用户旅程时,我应该为 StorageReferenceId 设置什么值?
In the sample for WingTip Games,使用了WingTipsGamesClientSecret
的值。那个是从哪里来的?该值在哪里定义?
<TechnicalProfile Id="Invitation">
<InputTokenFormat>JWT</InputTokenFormat>
<CryptographicKeys>
<Key Id="client_secret" StorageReferenceId="WingTipGamesClientSecret" />
</CryptographicKeys>
</TechnicalProfile>
<TechnicalProfile Id="Invitation">
<InputTokenFormat>JWT</InputTokenFormat>
<CryptographicKeys>
<Key Id="client_secret" StorageReferenceId="B2C_1A_WhosebugKey" />
</CryptographicKeys>
</TechnicalProfile>
IEF -> Policy Keys -> Add