1

I have a scenario where my service which is an OSB need to act as a pure-passthrough service for a client sending a SAML token to a Service requiring the token. We are using wss10_saml_token_service_policy on OSB Proxy Service and wss10_saml_token_client_policy on OSB Business Service.

My question is, for this simple token, do we require to establish a trust (importing my certificate to the Server Keystore, and client's certificate into my keystore)?

I know if SSL related policies or message encryption related policies are used, trust is to be established. But is it required for this policy?

4

1 回答 1

0

仅供参考,简单的 SAML 令牌不需要建立信任。它只是检查断言中的主题,并根据底层 LDAP 进行验证,如果存在,它就会通过。

只有消息保护策略需要建立信任——导入证书、在密钥库中注册密钥等。

于 2014-05-02T00:28:32.370 回答