cross-domain request
1 TopicIs it possible to query ad Server to check for user presence?
The way I see how it suppose to be working Logon Page - AD Query to check for user presence - if user present try to authenticate. If the user is not present append domain name and use AD Server with cross domain support I couldn't find any session variable that let me do this One possible solution is to to use AD Query with "expr { [mcget {session.ad.last.queryresult}] == 1 }" if it fails - send over to AD server with cross domain support. I don't think that from design standpoint is the best solution because what if the user typed in wrong password? Any help is appriciated473Views0likes5Comments