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 #3

Merged
merged 2 commits into from
Feb 13, 2022
Merged

Conversation

eieste
Copy link
Owner

@eieste eieste commented Feb 13, 2022

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 eieste merged commit 5ea1ac4 into eieste:master Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants