Hi,
How can we add custom authentication types to the Endpoint management? I can add an addin, but that needs to return a enum value from EndpointAuthenticationType which by the nature of an enum is sealed.
The addin is displayed in the list of possible authentications, however after saving the authentication type is changed from the custom type selected in the dropdown to the value returned by the AuthenticationType property which is of type EndpointAuthenticationType and cannot be extended.
Kind regards,
Ben