Foros de discusión

SAML Plugin- How to encrypt attribute value in saml assertion

madhulika singh, modificado hace 7 años.

SAML Plugin- How to encrypt attribute value in saml assertion

New Member Mensajes: 2 Fecha de incorporación: 15/04/15 Mensajes recientes
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, modificado hace 7 años.

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

Liferay Legend Mensajes: 1519 Fecha de incorporación: 7/08/06 Mensajes recientes
Liferay SAML plugin doesn't support encryption.