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 "Jorge Fernández (JIRA)" <ji...@apache.org> on 2007/08/08 13:10:59 UTC

[jira] Created: (RAMPART-68) Restrictions in key references are not working

Restrictions in key references are not working
----------------------------------------------

                 Key: RAMPART-68
                 URL: https://issues.apache.org/jira/browse/RAMPART-68
             Project: Rampart
          Issue Type: Bug
          Components: rampart-policy
    Affects Versions: 1.2
         Environment: Windows XP SP2, Java 1.6, Tomcat 6.0
            Reporter: Jorge Fernández
            Priority: Blocker


Even if I set in my service policy only this parameter <sp:MustSupportReferenceKeyIdentifier/>,  it accepts IssuerSerialReferences. The sources are the same as https://issues.apache.org/jira/browse/RAMPART-64  and https://issues.apache.org/jira/browse/RAMPART-67

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


[jira] Resolved: (RAMPART-68) Restrictions in key references are not working

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

Nandana Mihindukulasooriya resolved RAMPART-68.
-----------------------------------------------

    Resolution: Fixed

Fixed in Revision 611712.


> Restrictions in key references are not working
> ----------------------------------------------
>
>                 Key: RAMPART-68
>                 URL: https://issues.apache.org/jira/browse/RAMPART-68
>             Project: Rampart
>          Issue Type: Bug
>          Components: rampart-policy
>    Affects Versions: 1.2
>         Environment: Windows XP SP2, Java 1.6, Tomcat 6.0
>            Reporter: Jorge Fernández
>
> Even if I set in my service policy only this parameter <sp:MustSupportReferenceKeyIdentifier/>,  it accepts IssuerSerialReferences. The sources are the same as https://issues.apache.org/jira/browse/RAMPART-64  and https://issues.apache.org/jira/browse/RAMPART-67

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


[jira] Commented: (RAMPART-68) Restrictions in key references are not working

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

Nandana Mihindukulasooriya commented on RAMPART-68:
---------------------------------------------------

If you want to enforce a particular reference type, you have to use one of 

<sp:RequireKeyIdentifierReference ... /> 
<sp:RequireIssuerSerialReference ... /> 
<sp:RequireEmbeddedTokenReference ... /> 
<sp:RequireThumbprintReference ... /> 

element in your token assertion.

>From the WS - Security policy language specification.

<sp:RequireKeyIdentifierReference ... /> 
This optional element indicates that a key identifier reference is required when referencing this token.

<sp:MustSupportReferenceKeyIdentifier/> - [Key Identifier References]
This boolean property indicates whether the initiator and recipient MUST be able to process key-specific identifier token references. A value of 'true' indicates that the initiator and recipient MUST be able to generate and process such references. A value of 'false' indicates that the initiator and recipient MUST NOT generate such references and that the initiator and recipient MAY send a fault if such references are encountered. This property has a default value of 'false'.

> Restrictions in key references are not working
> ----------------------------------------------
>
>                 Key: RAMPART-68
>                 URL: https://issues.apache.org/jira/browse/RAMPART-68
>             Project: Rampart
>          Issue Type: Bug
>          Components: rampart-policy
>    Affects Versions: 1.2
>         Environment: Windows XP SP2, Java 1.6, Tomcat 6.0
>            Reporter: Jorge Fernández
>
> Even if I set in my service policy only this parameter <sp:MustSupportReferenceKeyIdentifier/>,  it accepts IssuerSerialReferences. The sources are the same as https://issues.apache.org/jira/browse/RAMPART-64  and https://issues.apache.org/jira/browse/RAMPART-67

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


[jira] Updated: (RAMPART-68) Restrictions in key references are not working

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

Ruchith Udayanga Fernando updated RAMPART-68:
---------------------------------------------

    Priority: Major  (was: Blocker)

Lets fix this post rampart-1.3

> Restrictions in key references are not working
> ----------------------------------------------
>
>                 Key: RAMPART-68
>                 URL: https://issues.apache.org/jira/browse/RAMPART-68
>             Project: Rampart
>          Issue Type: Bug
>          Components: rampart-policy
>    Affects Versions: 1.2
>         Environment: Windows XP SP2, Java 1.6, Tomcat 6.0
>            Reporter: Jorge Fernández
>
> Even if I set in my service policy only this parameter <sp:MustSupportReferenceKeyIdentifier/>,  it accepts IssuerSerialReferences. The sources are the same as https://issues.apache.org/jira/browse/RAMPART-64  and https://issues.apache.org/jira/browse/RAMPART-67

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