We have a private cloud/on prem setup and would like to authenticate Edge UI users using client certificates instead of id/password or SAML.
- Is this possible through configuration similar to external authentication using id/password against an LDAP? If so, how?
Or
- Is this possible by implementing a class, e.g. by implementing a class configurable as conf_security_externalized.authentication.implementation.class (similar to the external role mapper integration concept)? If so, what is the contract/interface of that class?