apm saml artifact-resolution-serviceΒΆ

apm saml artifact-resolution-sBIG-IP(TMapmMsamllartifact-resolution-service(1)



NAME
       artifact-resolution-service - Specify service used to resolve SAML
       artifacts

MODULE
       apm saml

SYNTAX
       Configure the artifact-resolution-service component within the saml
       module using the syntax shown in the following sections.

   CREATE/MODIFY
	create artifact-resolution-service [name]
	modify artifact-resolution-service [name]
	  options:
	    app-service [[string] | none]
	    artifact-resolution-service-host [[string] | none]
	    artifact-resolution-service-port [integer]
	    artifact-send-method [http-post | http-redirect]
	    artifact-validity [integer]
	    basic-auth-password [[string] | none]
	    basic-auth-username [[string] | none]
	    description [[string] | none]
	    location-specific [ true | false ]
	    virtual-server-name [name]
	    want-artifact-resolution-rq-signed [true | false]

	edit artifact-resolution-service [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list artifact-resolution-service
	list artifact-resolution-service [ [ [name] | [glob] | [regex] ] ... ]
	show running-config artifact-resolution-service
	show running-config artifact-resolution-service [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    app-service
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete artifact-resolution-service [name]

DESCRIPTION
       You can use the artifact-resolution-service to create and manage
       artifact resolution services.

EXAMPLES
       create artifact-resolution-service my_ars {virtual-server-name my_virt}
	    Creates a SAML artifact resolution service named my_ars. In this
	    example, the virtual server my_virt will be used to receive
	    artifact resolve requests and send artifact responses.

       create artifact-resolution-service my_ars1 {virtual-server-name
       my_virt1 artifact-resolution-service-host bigip.mycompany.com basic-
       auth-username user basic-auth-password password artifact-send-method
       http-redirect }
	    Creates a SAML artifact resolution service named my_ars1. The
	    service requires that artifact resolve requests be sent using the
	    http-redirect method with an authorization header that contains
	    the specified credentials.

       list artifact-resolution-service
	    Displays a list of artifact resolution services.

       delete artifact-resolution-service my_ars
	    Deletes the my_ars artifact resolution service.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the object. Only the application
	    service can modify or delete the object.

       artifact-resolution-service-host
	    Specifies the hostname of the artifact resolution service.

       artifact-resolution-service-port
	    Specifies the port that artifact resolution service will be
	    listening on.

       artifact-send-method
	    Specifies method resolver will use when sending artifact resolve
	    requests. Default value is http-redirect.

       artifact-validity
	    Specifies in seconds how long an artifact remains valid. Default
	    value is 60 seconds.

       basic-auth-password
	    Specifies the basic authentication password to send with an
	    artifact resolve request to this BIG-IP.

       basic-auth-username
	    Specifies the basic authentication username to send with an
	    artifact resolve request to this BIG-IP.

       description
	    Specifies a unique description for the artifact resolution
	    service. Default is none.

       location-specific
	    Objects of this class might have location-specific attributes. If
	    the object is location-specific, set to true.

       virtual-server-name
	    Specifies the virtual server to be used by the artifact resolution
	    service.

       want-artifact-resolution-rq-signed
	    Specifies whether this BIG-IP requires artifact resolution
	    requests to be signed. Default value is true.

SEE ALSO
COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2012, 2014. All rights reserved.



BIG-IP				  2014-apm1saml artifact-resolution-service(1)