You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2010/12/21 16:30:00 UTC

[jira] Resolved: (RAMPART-180) Wrong NameIdentifier format

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

Samisa Abeysinghe resolved RAMPART-180.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: NextVersion

Applied the patch : At revision: 1051526

> Wrong NameIdentifier format
> ---------------------------
>
>                 Key: RAMPART-180
>                 URL: https://issues.apache.org/jira/browse/RAMPART-180
>             Project: Rampart
>          Issue Type: Bug
>    Affects Versions: 1.4
>         Environment: Win XP Professional, Axis2 1.4, Rampart 1.4 
>            Reporter: Emil Pavlov
>            Assignee: Nandana Mihindukulasooriya
>             Fix For: NextVersion
>
>         Attachments: RAMPART-180.patch
>
>
> In SAML token scenario the 'NameIdentifier' tag in the saml assertion has an attribute 'Format' which has a wrong value. Currently it is:
> <NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress">CN=client</NameIdentifier>
> Since 'NameIdentifier' contains the value of the SubjectName from the X509 certificate, the correct form should be:
> <NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName">CN=client</NameIdentifier>
> For more information see SAML 1.1 specifications paragraph 7.3. It can be found here: http://www.oasis-open.org/committees/download.php/3406/oasis-sstc-saml-core-1.1.pdf

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org