Configure the Authentication Profile

You configure Authentication Profile elements on the ESBC 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 securityand press Enter.
    ACMEPACKET(configure)# security
    ACMEPACKET(security)#
  3. Type auth-profileand 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.