Attribute Response Message Clicking the Enabled box next to the

Configuring Oracle Identity Federation 5-53 xs:complexType name=AttributeRequestType xs:attribute name=TargetIDP type=xs:string xs:sequence xs:element ref=orafed-arxs:Subject xs:element ref=orafed-arxs:Attribute minOccurs=0 maxOccurs=unbounded xs:sequence xs:complexType xs:element name=AttributeRequest type=orafed-arxs:AttributeRequestType xs:complexType name=AttributeResponseType xs:sequence xs:element name=Status type=xs:string xs:element ref=orafed-arxs:Subject xs:element ref=orafed-arxs:Attribute minOccurs=0 maxOccurs=unbounded xs:sequence xs:attribute name=CacheFor type=xs:unsignedInt xs:complexType xs:element name=AttributeResponse type=orafed-arxs:AttributeResponseType xs:schema wsdl:types wsdl:message name=AttributeRequestMessage wsdl:part name=body element=orafed-arxs:AttributeRequest wsdl:message wsdl:message name=AttributeResponseMessage wsdl:part name=body element=orafed-arxs:AttributeResponse wsdl:message wsdl:portType name=AttributeRequesterServicePortType wsdl:operation name=AttributeRequestOp wsdl:input message=orafed-arwsdl:AttributeRequestMessage wsdl:output message=orafed-arwsdl:AttributeResponseMessage wsdl:operation wsdl:portType wsdl:binding name=AttributeRequesterServiceBinding type=orafed-arwsdl:AttributeRequesterServicePortType soap:binding style=document transport=http:schemas.xmlsoap.orgsoaphttp wsdl:operation name=AttributeRequestOp soap:operation soapAction=http:www.oracle.comfedAttributeRequestOp wsdl:input soap:body use=literal wsdl:input wsdl:output soap:body use=literal wsdl:output wsdl:operation wsdl:binding 5-54 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation wsdl:service name=AttributeRequesterService wsdl:port name=AttributeRequesterServicePort binding=orafed-arwsdl:AttributeRequesterServiceBinding soap:address location=http:stadm04.us.oracle.com:7778fedarsoap wsdl:port wsdl:service wsdl:definitions The types and message sections define the contents of the AttributeRequest and AttributeResponse messages. The built-in XML Scheme type ID is used for the Name attribute of the attribute elements; this type approximates the desired syntax for attribute names letters, numbers, _, -, and . However, ID which is derived from the XML NCName type also includes a number of Unicode combining characters and extenders. The binding and service sections specify how the messages are to be sent over SOAP and HTTPS.

5.9 Configuring Attribute Mapping and Filtering

This section explains how to configure the attribute mapping functionality in Oracle Identity Federation. It contains these topics: ■ Introduction to Attribute Mapping and Filtering ■ Mapping and Filtering Configuration

5.9.1 Introduction to Attribute Mapping and Filtering

Supported Entities Oracle Identity Federation supports attribute mapping for the following: ■ Attribute Authority ■ Attribute Requester ■ Identity Provider, when sending attributes in SSO assertions Mapping Capabilities Oracle Identity Federation provides the following attribute mapping capabilities: ■ Attribute Name Mapping: maps local attribute names to external attribute names used in SAML messages ■ Attribute Value Mapping: maps local attribute values to external attribute values used in SAML messages ■ Attribute Value Filtering: filters local attribute values by sending only allowed values in assertion messages See Also: The W3C specification, Namespaces in XML, at http:www.w3.orgTR1999REC-xml-names-19990114NT -NCName