apm sso basicΒΆ

apm sso basic(1)	      BIG-IP TMSH Manual	      apm sso basic(1)



NAME
       basic - Configures a single sign-on HTTP basic authentication
       configuration object.

MODULE
       apm sso

SYNTAX
       Configure the basic component within the sso module using the syntax
       shown in the following sections.

   CREATE/MODIFY
	create basic [name]
	modify basic [name]
	  options:
	   apm-log-config [[string] | none]
	   app-service [[string] | none]
	   headers [add | delete | modify | | replace-all-with] {
	   location-specific [true | false]
	   [name] {
	     options:
	       app-service [[string] | none]
		   hname [[URL] | none]
	       hvalue [[integer] | none]
	       }
	   }
	       password-source [session.sso.token.last.password | none]
	       username-conversion [enabled | disabled]
	       username-source [session.sso.token.last.username | none

	edit basic [ [ [name] | [glob] | [regex] ] ... ]
	   options:
	     all-properties
	     non-default-properties

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

	show basic
	show basic [name]

   DELETE
	delete basic [name]

DESCRIPTION
       You can use the basic component to create, modify, display, or delete
       an SSO HTTP basic authentication configuration object.

EXAMPLES
	    create basic mybasic

	    Creates an SSO basic configuration object named mybasic.

OPTIONS
       apm-log-config
	    Specifies log-setting object to associate with this sso. If this
	    value is empty, logging framework uses log-setting configuration
	    associated with the access profile where sso is used.

       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.

       headers
	    Specifies the name and value of the HTTP header content to be
	    inserted in an HTTP Request that passes through the APM SSO
	    module. The default is none. The options are:

	    app-service
		 Specifies the name of the application service to which the
		 HTTP header 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 HTTP
		 header. Only the application service can modify or delete the
		 HTTP header.

	    hname
		 The name of the HTTP header.

	    hvalue
		 The value of the HTTP header.

       location-specific
	    Specifies whether or not this object contains one or more
	    attributes with values that are specific to the location where the
	    BIG-IP device resides. The location-specific attribute is either
	    true or false. When using policy sync, mark an object as location-
	    specific to prevent errors that can occur when policies reference
	    objects, such as authentication servers, that are specific to a
	    certain location.

       [name]
	    Specifies a name for the SSO configuration. This option is
	    required.

       partition
	    Displays the partition in which the object resides.

       oam-server
	    Specifies the name of your Oracle Access Manager server. The
	    default value is none.

       password source
	    Specifies the source from which you want SSO to retrieve the
	    password to use to authenticate applications.

       username-conversion
	    Enables or disables conversion of PREWIN2k/UPN username input
	    format to the format for SSO to use. The default value is
	    disabled.

       username-source
	    Specifies the source from which you want SSO to retrieve the
	    username to use to authenticate applications.

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 2011-2012. All rights reserved.



BIG-IP				  2016-03-02		      apm sso basic(1)