I’m looking for how to deal authentication to the MWS by checking user certificate ? the goal for my customer is to allow certain kind of user to use their certificates in addition or completly instead of login/password.
Maybe someone have already implement sush requirement !
Hi Eric, I’m not sure. what I found in this document says :
“As My webMethods Administrator you can manage authentication certificates for users who connect to Integration Server or other webMethods applications. Authentication certificates do not govern a connection between a user and My webMethods Server.”
In the mean time, MWS authentication is completely pluggable, so you could create a custom authentication handler that could probably do that. I believe there was source code for an auth handler floating around somewhere which authenticates against X509 certificates but I can’t find it at the moment. If you open a support ticket, then they can probably track that sample down for you.