Jump to content
Welcome to our new Citrix community!

WorkspaceApp does not ask for Credentials on external Site


Recommended Posts

Since i've updated Our Netscaler Gateway from 11.1 to 12.1 51.19 the workspace app does not ask for credentials any more. (We have enabaled MFA to Radius).

(On Mobile Devices or when accessing via WebBrowser everything is working)

Everything worked with Version 11.1 

 

In AuthManager Log i can see the following message:

"The password count reported by the gateway (1) and the specified auth type (DomainanRSA) are incompatible. "

 

I didn't change anything in the configuration just installed the update. 

 

Edit: It works if the account is newly added. It only doesn't work if you try to login to an existing account

 

Link to comment
Share on other sites

  • 1 month later...

Meanwhile i found a solution for this problem:

 

Create 2 rewrite Policies and bind it to the vserver

 

Policy Rule: http.req.url.path.endswith("vpn/index.html")

Action: Operation: insert_after_all
              Target:http.res.body(1024)
              Value:"\r\n"+"<META http-equiv=\"X-Citrix-AM-GatewayAuthType\" content=\"SMS\">"
              Pattern: content="text/html; charset=UTF-8">

https://support.citrix.com/article/CTX203775

 



Policy Rule: Rule: HTTP.REQ.HEADER("Cookie").CONTAINS("pwcount").NOT

 Action Operation: insert_http_header

              Target:Set-Cookie

               Value: ("pwcount=" +1)

 

        

After that, receiver is now asking for credentials. 

 

 

 

Link to comment
Share on other sites

  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...