[JIRA] Resolved: (SSPCPP-437) Add artifact binding for resolving artifacts via file system

Scott Cantor (JIRA) noreply at shibboleth.net
Tue Apr 17 21:12:03 BST 2012


     [ https://issues.shibboleth.net/jira/browse/SSPCPP-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor resolved SSPCPP-437.
---------------------------------

    Resolution: Fixed

http://svn.shibboleth.net/view/cpp-sp?rev=3626&view=rev

Added a new Binding called urn:mace:shibboleth:2.0:bindings:File that bypasses SOAP query in ArtifactResolver.

MessageHandle in artifact is hex-encoded and used as the filename to read.

> Add artifact binding for resolving artifacts via file system
> ------------------------------------------------------------
>
>                 Key: SSPCPP-437
>                 URL: https://issues.shibboleth.net/jira/browse/SSPCPP-437
>             Project: Shibboleth SP - C++
>          Issue Type: New Feature
>          Components: SAML 2.0 Single Sign-On
>            Reporter: Scott Cantor
>            Assignee: Scott Cantor
>             Fix For: 2.5
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> Integration path for application-provided authentication mechanisms is to require the application code to generate a SAML artifact that is dereferenced via the local filesystem.
> This could be done with a special binding, overloading the SOAP binding, or perhaps with a custom artifact type. The latter is probably the cleanest.
> All the existing security code should be usable as is provided the rest of the layers think the transport was authenticated.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the commits mailing list