apm oauth jwt-provider-listΒΆ

apm oauth jwt-provider-list(1)BIG-IP TMSH Manualapm oauth jwt-provider-list(1)



NAME
       jwt-provider-list - Configure a list of providers for JSON web token
       management to be used by Client/RS.

MODULE
       apm oauth

SYNTAX
       Configure the jwt-provider-list component within the oauth module using
       the following syntax.

   CREATE/MODIFY
       create jwt-provider-list [name] modify jwt-provider-list [name]
	 options:
	   access-token-expires-in [integer]
	   app-service [[string] | none]
	   providers [add | delete | none | replace-all-with] {
	      [provider-name]
	    }

       edit jwt-provider-list [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

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

   DELETE
	delete jwt-provider-list [name]

DESCRIPTION
       You can use the jwt-provider-list component to configure a list of
       OAuth Providers on Client/RS. A provider list enables a single OAuth
       Scope agent in an access policy to validate tokens issued by multiple
       OAuth providers.

EXAMPLES
	       create jwt-config myProviderList {
		   providers {
		       myProvider1 { }
		       myProvider2 { }
		       myProvider3 { }
		   }
	       }

	   Creates a Provider list named myProviderList with Providers
	   myProvider1, myProvider2 and myProvider3.

	       list jwt-provider-list

	   Displays a list of Provider lists.

	       delete jwt-provider-list myProviderList

	   Deletes the Provider List myProviderList.

OPTIONS
       access-token-expires-in
	    Specifies the number of minutes the JSON web token should live.
	    Default value is 0, which means the token never expires.

       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.

       providers
	    Specifies the list of providers that can be used by a single OAuth
	    Scope agent in an access policy to validate tokens issued by
	    multiple OAuth providers.

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



BIG-IP				  2017-06-20	apm oauth jwt-provider-list(1)