Forum Discussion
Juergen_Mang
MVP
Dec 07, 2022AWAF OpenAPI Import and default defense attribute values for json content profiles
Hi Folks, I created an ASM Security Policy with the default API-Security template and imported an OpenAPI file. This works perfectly: allowed urls and matching json content profiles are created. It...
Nov 03, 2005
Thanks Loc!
Here are the relevant methods:
enum AuthenticationMethod {
AUTHENTICATION_METHOD_LDAP = 0
AUTHENTICATION_METHOD_RADIUS = 1
AUTHENTICATION_METHOD_SSL_CC_LDAP = 2
AUTHENTICATION_METHOD_SSL_OCSP = 3
AUTHENTICATION_METHOD_TACACS = 4
AUTHENTICATION_METHOD_GENERIC = 5
};
struct ProfileAuthenticationMethod {
AuthenticationMethod value;
Boolean default_flag;
};
ProfileAuthenticationMethod[]
LocalLB::ProfileAuth::get_authentication_method(
in String[] profile_names
);
void
LocalLB::ProfileAuth::set_authentication_method(
in String[] profile_names,
in ProfileAuthenticationMethod[] auth_methods
);
There are other methods in the LocalLB::ProfileAuth interface to get and set other attributes as well.
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects