i am trying to implement the following (in a Testlab with a 7.505 Virtual Machine):
- HTTP(S) access only for AD group "http_access", authenticated via AD SSO with "fallback" to "manual" authentication
- FTP access only for AD group "ftp_access", authenticated via AD SSO with "fallback" to "manual" authentication
In other words it should be processed like this:
> Client requests www.domain.tld
> ASG checks via AD SSO, if user is a member of access group
>> if yes, page is displayed
>> if no, ASG checks via authentication prompt, if user is a member of access group
>>> if yes, page is displayed
>>> if no, authentication failed error
I have the AD part up and running, regular AD (SSO) Authentication is working fine. I just need a hint if and how i can create HTTP Profiles for the scenario described above.
Thanks in advance!
Best regards,
Z.
This thread was automatically locked due to age.