ltm rule event AUTH SUCCESSΒΆ

iRule(1)						BIG-IP TMSH Manual						  iRule(1)

AUTH_SUCCESS
       Triggered when a successful authorization has completed all required authentication services (deprecated in 9.4).

DESCRIPTION
       Note: Deprecated in 9.4. It will still work, but is being phased out. Use AUTH_RESULT instead in 9.4 and up.

       Triggered when a successful authorization has completed all of the required authentication services.

Examples
	when AUTH_SUCCESS {
	    set authorized 1
	}

HINTS
SEE ALSO
       https://devcentral.f5.com/wiki/iRules.ClientAuthUsingHTMLForms.ashx - This iRule illustrates how to use HTML Forms for
       client authentication.  https://devcentral.f5.com/wiki/iRules.ClientAuthUsingHttpCookie.ashx - This iRule illustrates how
       to use HTTP Cookies for client based authentcation.  https://devcentral.f5.com/wiki/iRules.ClientAuthUsingHttpCookie.ashx -
       The iRule implements a authenticated HTTPS reverse proxy.

CHANGE LOG
       @BIGIP-9.0.0 --First introduced the event.  @BIGIP-9.4.0 --Deprecated in this version

BIG-IP							    2022-04-12							  iRule(1)