May 27, 2023
Multifactor Authentication Support (MFA)
Comments
(1)
May 27, 2023
Multifactor Authentication Support (MFA)
Newbie 1 posts
Followers: 0 people
(1)

I have a project where I need MFA to a cell phone. Is there any MFA documentation in ColdFusion?

1 Comment
2023-05-29 13:10:50
2023-05-29 13:10:50

Cf offers no direct mfa function. Instead, other providers do and you can integrate with them. And you could do that via api calls (such as simply using cfhttp), or via oauth (using cfoauth or cfhttp, etc.), or via SSO (single sign on) such as by way of saml using support for that added in cf2021.

None is simply “mfa for cf”, and some will be free while others will incur cost (perhaps depending on volume). Most things you may integrate with will not mention cf, but the concepts and integration points are generic.

I suspect you’ll next want to be pointed to actual code or a live example. Once you clarify a bit more I can do that, or perhaps others will without any further ado.

Like
Add Comment