[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Authenticating Registered Username/Password Pairs

You can specify whether the application programming interface (API) method registerLoginCredentials authenticates the registered username/password or creates the registration without authentication. You should enable this setting if your authentication server does not allow authentication while a session for the authenticated username is active.

Use the following configuration statement to specify whether or not registered username/password pairs are authenticated:

shared sae configuration login-registration {
registration-authentication;
}

To specify whether or not registered username/password pairs are authenticated:

  1. From configuration mode, access the subscriber sessions statement.
  2. user@host# edit shared sae configuration login-registration
    
    
    
  3. Enable or disable whether registered username/password pairs are authenticated.
  4. [edit shared sae configuration login-registration]
    
    user@host# set registration-authentication
    
    
    
  5. (Optional) Verify your configuration.
  6. [edit shared sae configuration login-registration]
    
    user@host# show
    
    registration-authentication;
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]