You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Emil Pavlov (JIRA)" <ji...@apache.org> on 2008/07/03 10:12:45 UTC

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

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: Ruchith Udayanga Fernando


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.


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

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAMPART-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610164#action_12610164 ] 

Nandana Mihindukulasooriya commented on RAMPART-180:
----------------------------------------------------

Thanks Emil, will look in to this.

> 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
>
> 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.


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

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPART-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandana Mihindukulasooriya reassigned RAMPART-180:
--------------------------------------------------

    Assignee: Nandana Mihindukulasooriya  (was: Ruchith Udayanga Fernando)

> 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
>
> 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.