我對SAML的知識非常有限。我正在研究通過REST API獲取數據的瀏覽器應用程序。提供商處的API請求可以通過提供用戶憑證或通過SAML SSO進行驗證。 API提供商的文檔說 If you acquired the token from an SSO source, the Authorization header is of the format: Authorization: SSO2To
這涉及到我剛纔的問題創建應該在</Signature>之後的<saml2:Subject> </saml2:Subject>部分,並且需要在<saml2:Subject> </saml2:Subject>標記內添加簽名密鑰值。請檢查我早期文章中提到的Desired輸出。誰可以幫我這個事? C#代碼 using System;
using System.Collections.Generic;