Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At runtime, requested attributes may be presented to the user on the consent page. The user will be asked whether or not the requested attributes should be released to the SP, so care should be taken to request only those attributes actually needed by the service.

Image Modified

Image Removed

The administrative interface has input fields for one or more requested attributes. By submitting these fields, the administrator adds the corresponding attributes to metadata.

From the drop-down menu labeled Attribute Name, simply choose the desired attribute. If the chosen attribute is eduPersonAffiliation or is eduPersonEntitlement, an optional Attribute Values field will appear. Enter the requested attribute value(s) (if any) separated by commas. Repeat the input process for each requested attribute.

Next to each requested attribute is a checkbox labeled "Required?" If the requested attribute is a required attribute, check the checkbox. If you do that, an isRequired="true" XML attribute will be inserted into the corresponding <md:RequestedAttribute> element. If the "Required?" checkbox is not checked, an isRequired XML attribute is not inserted into the <md:RequestedAttribute> element.

...