18-Oct-2022 15:39 - edited 18-Oct-2022 18:19
Hello guys,
I have a VDI portal that runs through an APM. This portal uses in its VS an ssl profile for a wildcard certificate and another ssl profile for a smartcard that requests a token after entering a user and password.
The question is, I can't use both profiles at the same time, I've already changed the Default SSL Profile for SNI option, but the smartcard no longer requests the token on the page.
How do I use the two profiles and still manage to have the token request for the correct authentication of the page?
Note: The token is requested in the Access Profile via On-Demand-Cert-Auth.
Solved! Go to Solution.
20-Oct-2022 05:49
I have already identified a solution.
For the wildcard certificate, I added the Configuration tab, inserting Certificate and Key (standard way to do it)
And in the same profile for Smart Card authentication I put the following information on the Client Authentication tab:
Client Certificate (I checked ignore)
Frequency (always)
Trusted Certicate Authorities (inserted CA)
Advertised Certificate Authorities (inserted CA)
Sorted out.
20-Oct-2022 05:49
I have already identified a solution.
For the wildcard certificate, I added the Configuration tab, inserting Certificate and Key (standard way to do it)
And in the same profile for Smart Card authentication I put the following information on the Client Authentication tab:
Client Certificate (I checked ignore)
Frequency (always)
Trusted Certicate Authorities (inserted CA)
Advertised Certificate Authorities (inserted CA)
Sorted out.
25-Oct-2022 08:51
Thanks for coming back and updating with your solution, @field_bad_service ! I'm sure it'll come in handy for other users having the same issue.