apm sso oauth-bearerΒΆ

apm sso oauth-bearer(1)       BIG-IP TMSH Manual       apm sso oauth-bearer(1)



NAME
       oauth-bearer - Configures a single sign-on (SSO) oauth-bearer
       configuration object.

MODULE
       apm sso

SYNTAX
       Configure the oauth-bearer component within the sso module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create oauth-bearer [name]
	modify oauth-bearer [name]
	  options:
	   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]
	       }
	   }
	   location-specific [true | false]
	       oauth-server [string]

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

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

	show oauth-bearer
	show oauth-bearer [name]

   DELETE
	delete oauth-bearer [name]

DESCRIPTION
       You can use the oauth-bearer component to create, modify, display, or
       delete an SSO oauth-bearer configuration object.

EXAMPLES
	    create oauth-bearer myoauth-bearer

	    Creates an SSO oauth-bearer configuration object named myoauth-
	    bearer.

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.

       headers
	    Specifies the name and value of the HTTP header content to be
	    inserted into 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 oauth-bearer configuration object.
	    This option is required.

       partition
	    Displays the partition in which the object resides.

       oauth-server
	    Specifies the name of your OAuth Server. This option is required.

SEE ALSO
       basic, form-based,kerberos, ntlmv1, ntlmv2

       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-2013, 2016. All rights
       reserved.



BIG-IP				  2016-06-07	       apm sso oauth-bearer(1)