Versions Compared

Key

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

...

  • exportStdVars (boolean) (defaults to true) (Version 2.5 and Above)
    • If true, causes the SP to export a built-in set of standard variables based on the users's session. This set includes "Shib-Identity-Provider", "Shib-Authentication-Instant", "Shib-Authentication-Method", "Shib-AuthnContext-Class", "Shib-AuthnContext-Decl", and "Shib-Session-Index". A future version of the SP may remove these built-ins n favor of explicit configuration using the NativeSPAttributeExtractor of type="Assertion".
  • exportCookie (boolean) (defaults to false) (Version 2.5 and Above)
    • If true, causes the SP to export a variable called "Shib-Cookie-Name" with the algorithmically-generated portion of the implementation-specific cookies used by the SP to maintain sessions with users and track other state. Applications that want to unilaterally dispose of SP state and session information can delete any cookie whose name contains the value of this variable.
  • discoveryURL (URL) (Version 2.5 and Above)
    • Overrides the default location used by "discovery" session initiators. Advanced option that can be used to direct the user to different discovery interfaces based on the resource accessed.
  • discoveryPolicy (string) (Version 2.5 and Above)
    • Used as input to some discovery protocols that take parameters modifying discovery behavior. In the case of the type="SAMLDS" SessionInitiator, this is passed as a policy parameter value.
  • requireLogoutWith (URL) (Version 2.5 and Above)
    • Used in conjunction with passive protection of a resource, this property will automate a redirect to the URL specified (usually the SP's logout handler) and then a return to the location being accessed, passing control to it. Assuming SP logout proceeds successfully, this will invoke that mechanism and pass control to this resource with the SP session disposed of, enabling application logout to proceed.