Forum Discussion
njseq
Altostratus
Jul 19, 2019APM SSO and SAP error no supported WWW-Authenticate header is found
Hello, We are using APM to publish SAP Portal Access resource and other Web apps in F5 BIG-IP VE. We configured SSO NTLMV1 for the VS Access Profile SAP application is not authenticating. It's giv...
Jul 22, 2019
Hi NS,
Strange. The SSO configured in the Portal Access Resource Items should take precedence over the SSO configured in the Access Policy. You can also select a SSO method by using an iRule. See an example below.
when HTTP_REQUEST {
if { [HTTP::host] eq "siteb.example.com" } {
WEBSSO::select SSO_KERBEROS_TEST
}
}
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