You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-c-dev@ws.apache.org by "Supun Kamburugamuva (JIRA)" <ji...@apache.org> on 2008/05/21 06:56:55 UTC

[jira] Updated: (RAMPARTC-100) SAML 2.0

     [ https://issues.apache.org/jira/browse/RAMPARTC-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Supun Kamburugamuva updated RAMPARTC-100:
-----------------------------------------

    Attachment: saml2_assertion.c

I have started working on the SAML2 implementation and created the basic structure for the SAML 2.0 model. Here I have attached a simple .c file containing the basic structure. 

Now we need to add the API to build the model from an om node(SAML assertion) and programmatically. We can stick to the SAML 1.1 implementation API design and use the to_om and build methods. 

Also there may be things that need to be done in the encryption related information. 
  


> SAML 2.0
> --------
>
>                 Key: RAMPARTC-100
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-100
>             Project: Rampart/C
>          Issue Type: New Feature
>          Components: OMXMLSecurity
>         Environment: Linux/Windows XP
>            Reporter: Supun Kamburugamuva
>            Assignee: Supun Kamburugamuva
>             Fix For: 1.3.0
>
>         Attachments: saml2_assertion.c
>
>
> SAML 2.0 implementation will facilitate the creation and processing of SAML Assertions. SAML Assertions are XML objects. So the implementation will facilitate creation of a object model from an existing SAML assertion as well as programmatically. The idea is to give a user with an API which is easy to use for creating and processing SAML Assertions. 
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.