Replies: 1 comment 2 replies
-
|
Thanks for the detailed question, I've never setup smartcard auth but following our documentation I can conclude that the login page is indeed not aware of smartcart mode. From reading the code we try authenticate when loading Cockpit and when this fails we indeed load the login page which does not know anything about the login failure. I would conclude that it would be great if we would properly support a smartcard-only mode and showed a useful error message. But I fear it might not be super trivial. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to fully disable the username/password login form on Cockpit, as I would like to only use smartcard authentication.
Even with
basicandnegotiatedisabled the login form is still shown when no certificate is provided, despite not being able to login when those two options are disabled.Is it possible to show an error page "No certificate provided" / "The certificate you provided is invalid" instead of falling back to a login form ?
Beta Was this translation helpful? Give feedback.
All reactions