Configure the Authentication Profile

You configure Authentication Profile elements on the SBC for use, for example, within your REST configuration context. The client configuration specifies servers to which your realm can make HTTP requests.

Procedure

  1. In Superuser mode, type configure terminal and press Enter.
    ACMEPACKET# configure terminal
    ACMEPACKET(configure)#
  2. Type security and press Enter.
    ACMEPACKET(configure)# security
    ACMEPACKET(security)#
  3. Type auth-profile and press Enter.
    ACMEPACKET(security)# auth-profile
    ACMEPACKET(auth-profile)#
  4. name—Enter a name (unique identifier) for the server. Valid values are alpha-numeric characters. Default is blank.
  5. authentication-scheme—Set the authentication scheme. The default is Bearer.
  6. preshared-key—Set the encrypted password for this profile.
  7. Type done.
  8. Save and activate your configuration.