簡體   English   中英

Azure AD B2C中用於JWT輸入聲明的StorageReferenceId

[英]StorageReferenceId for JWT Input Claim in Azure AD B2C

將JWT(如InputClaims中)傳遞給用戶旅程時,StorageReferenceId應該具有什么值?

在樣品為翼尖游戲 ,值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_StackOverflowKey" />
  </CryptographicKeys>
</TechnicalProfile>

IEF -> Policy Keys -> Add

IEF策略密鑰

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM