Skip to content
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

add sp support for encrypted attributes #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

mjrb
Copy link

@mjrb mjrb commented Feb 28, 2020

I needed to use encrypted attributes in my application and wanted to use this library since its fairly simple, so i added support for it. it requires the xmlsec1 program to be installed because it uses it via sub process. there is a python library for xmlsec but I experienced a lot of difficulties using it and pysaml2 does something similar with xmlsec1 so I thought I'd try it.

I ran into an error where there was a super().__init__() call to object but it said it didn't take any parameters so i just removed the super call.

I'm not sure what else is required to merge this, I could potentially add a test by generating a request and then using xmlsec1 by hand to encrypt it.

eieste added a commit to eieste/flask-saml2 that referenced this pull request Feb 13, 2022
 add sp support for encrypted attributes mx-moth#16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant