Integration Server 10.11
We need to implement Multi Factor Authentication in our Integration Server page to fulfill a compliance requirement. As of today, we are accessing the Integration server using basic authentication.
In our project we are using Integration Server (Designer for Dev) as only webMethods component as of today, and we have raised an incident for software AG where they said categorically - " two factor authentication is not natively supported by Integration Server".
So, I would love to hear from this community about achieving the goal of MFA, either by using any third-party tool or leveraging any other tool of webMethods.
Regards,
Sanket
Hi Sanket,
you can try to implement this on your own by using the IntegrationServer Java-API and register your custom login handler instead of the default basic auth login handler.
Regards,
Holger
1 Like
Hey Holger,
Thanks a lot for your reply. Do we have any documentation around the Integration Server Java-API implementation.
Regards,
Sanket
Hi Sanket,
hopefully you will have a documentation folder in your installation directory.
Either you will find the documentation there or art least a document with a reference where the documentation can be found.
Regards,
Holger
Hi Holger,
Thank you!
I assume, you are referring to the below said documentation page pertaining to - IBM webMethods Integration Server Java API Reference
Though, all it has is the classes and packages which are unavailable in my designer view. I am afraid, if I am missing anything here. Pardon me if I am not able to connect your dots here.
Would love to hear more from you about and around IntegrationServer Java-API and it’s application in MFA.
Regards,
Sanket
Hi Sanket,
additionally, you might want to check the IS Administrators Guide, which should have a chapter how to add a custom login module.
Regards,
Holger