-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EncryptedAttributes are not supported #426
Comments
HI @HichamDz38, the toolkit supports encrypted attributes. In order to be able to receive encrypted attributes, you need to:
When your integration receive the SAMLResponse with EncryptedAttribute, will be able to decrypt it with the SP private key, you don't need to do something special, the attributes gonna be available using the method get_attributes() |
HI @pitbulk, thank you for your response |
The saml2int spec indicates the following:
What IdP are you using that Encrypt Attributes but is not able to encrypt the Assertion? |
ADFS |
I believe ADFS supports EncryptedAssertions |
i am communication with an IDP that has a policy to encrypt the attributes,
they cannot change the policy and i have to deal with encrypted Attributes,
what is the solution to parse Encrypted Attributes, and why it's not supported by the SAML-Toolkits?
The text was updated successfully, but these errors were encountered: