Forum Discussion
One of my Company Vendor application want to call My web service and want to authenticate the traffic in APM . How can i authenticate
One of My Vendor wants to call my web service in their application. No Manual interaction is involved . I provide them a personal certificate and service account with password. Now I want to authenticate the traffic coming from my vendors application and pass it to my web service . I am running 11.6 , so no oauth is possible . How can I authenticate the traffic in this situation. any help will be highly appreciated .
- Abdessamad1
Cirrostratus
is this an API call?
yon can configure your client ssl profile to require client certificate and use clientless mode with an APM policy to validate the username/password provided.
Some examples and references here:
https://devcentral.f5.com/codeshare/apm-clientless-certificate-authentication-1108
https://devcentral.f5.com/questions/apm-clientless-mode-2-and-3-54908
https://devcentral.f5.com/questions/apm-clientless-mode
Hi,
As said you can configure :
- client certificate authentication
- Basic authentication ( via Authorization header)
- XML or JSON based authentication by collecting content in request, parsing it, extracting username/password fields and then using ACCESS::policy evaluate command to run a APM policy and validate AD creds for example
Yann
here id a code share example for XML based authentication : https://devcentral.f5.com/codeshare/form-based-authentication-with-external-soap-web-services-910
- Yann_Desmarest_
Nacreous
Hi,
As said you can configure :
- client certificate authentication
- Basic authentication ( via Authorization header)
- XML or JSON based authentication by collecting content in request, parsing it, extracting username/password fields and then using ACCESS::policy evaluate command to run a APM policy and validate AD creds for example
Yann
- Yann_Desmarest_
Nacreous
here id a code share example for XML based authentication : https://devcentral.f5.com/s/articles/form-based-authentication-with-external-soap-web-services-910
 
Recent Discussions
Related Content
* 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