Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6
-
None
-
Unknown
Description
This task is to enforce that received IssuedTokens contain the required claims. For example, if a service provider defines an IssuedToken with the following policy:
<sp:RequestSecurityTokenTemplate>
<t:TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</t:TokenType>
<t:KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/PublicKey</t:KeyType>
<t:Claims Dialect="http://schemas.xmlsoap.org/ws/2005/05/identity">
<ic:ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role"/>
</t:Claims> </sp:RequestSecurityTokenTemplate>
Then the endpoint should ensure that a received SAML 1.1 Assertion contains the desired claim. By default only the "http://schemas.xmlsoap.org/ws/2005/05/identity" dialect is supported.
Colm.