Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Is there flow variable for virtual host Client Authorization enabled or not?

I can only see flow variables 'virtualhost.ssl.enabled' and 'client.ssl.enabled' but there is no variable which can tell if client authorization is enabled or not on virtual host. is anyone aware of it?

Solved Solved
0 4 211
1 ACCEPTED SOLUTION

EDIT

The original answer I posted here was incorrect. I wrote that "client.ssl.enabled" should give you what you want, and further that this variable isn't documented clearly. I now think both of these statements are wrong.

You can check "client.cn" - if it is null then the client has not authenticated. If it is non-null then the client has authenticated.

INCORRECT:

I think "client.ssl.enabled" gives you what you want.

View solution in original post

4 REPLIES 4