-
Notifications
You must be signed in to change notification settings - Fork 39
Mdsplit to support ADFS (and potentially static MDQ) #95
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
Conversation
|
The way I understand this it duplicates existing functions in pyFF - notably the store builtin which already stores metadata in one-entitydesciprtor-per-file. I am not going to add new cmdlines to pyFF just to wrap a particular class of pipelines. |
|
Maybe I did not understand how to achieve this with the builtin.
|
|
An example or doc how to create signed per-ed files would be good |
|
Skickat från min iPhone
|
|
I will entertain a pull request that implements signing as an option to store but doesn't introduce a bunch of new and redundant cmdline tools. |
|
I might do this once I have a better understanding (or documentation) of the plumbing stuff. For the time being I will have to bear to work with the fork, which is doing the job. |
|
On 2016-07-14 13:44, Rainer Hörbe wrote:
Pipes are fully documented using pydoc. |
This is an unobtrusive extension for pyff to facilitate the generation of ADFS-compatible metadata, which can be consumed like a metadata aggregate conforming to SAMLMetaIOP. Requires the c14n fix provided in a previous PR.
Doc: see src/pyff/mdsplit.py and sccripts/pyff_mdsplit.py