Navigation
Back up to About Overview
[+] Expand All
[-] Collapse All
Download This Guide
Related Documentation
- Authenticating Registered Username/Password Pairs (C-Web Interface)
- Identifying a Profile for Unauthenticated Subscribers (SRC CLI)
- Tracking and Controlling Subscriber and Service Sessions with SAE APIs
Authenticating Registered Username/Password Pairs (SRC CLI)
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:
- From configuration mode, access the subscriber sessions
statement.user@host# edit shared sae configuration login-registration
- Enable or disable whether registered username/password
pairs are authenticated. [edit shared sae configuration login-registration] user@host# set registration-authentication
- (Optional) Verify your configuration.
[edit shared sae configuration login-registration] user@host# show registration-authentication;
Related Documentation
- Authenticating Registered Username/Password Pairs (C-Web Interface)
- Identifying a Profile for Unauthenticated Subscribers (SRC CLI)
- Tracking and Controlling Subscriber and Service Sessions with SAE APIs