留言板

SAML Plugin- How to encrypt attribute value in saml assertion

madhulika singh,修改在7 年前。

SAML Plugin- How to encrypt attribute value in saml assertion

New Member 帖子: 2 加入日期: 15-4-15 最近的帖子
Hi All,

We are using saml plugin (liferay provided SAML SSO framework) for SSO to third party application. We have successfully implemented this for salesforce which is working all fine.
Now we are implementing SSO for some other third party.

Scenario : The third party has shared with us their metadata file which has two KeyDescriptor
-first for "signing"
-second for "encryption"
They want
1. assertion should be signed using the first KeyDescriptor
2. attribute value in attribute statement should be encrypted using the second KeyDescriptor (complete assertion encryption is not required. Only attribute value encryption is required)

Query : How do I configure my saml plugin to perform encryption for attribute value.


Thanks,
Madhu
thumbnail
Mika Koivisto,修改在7 年前。

RE: SAML Plugin- How to encrypt attribute value in saml assertion

Liferay Legend 帖子: 1519 加入日期: 06-8-7 最近的帖子
Liferay SAML plugin doesn't support encryption.