Implementing Authenticator apps in IRIS CSP apps
Hello,
I'm looking for an example or documentation on how to implement MS/Google authenticators within my CSP applications.
Has anyone done this before?
Thank you!
Product version: IRIS 2023.1
Discussion (2)1
Comments
Yes you can use $system.Encryption.TOTPValidate() function https://docs.intersystems.com/iris20243/csp/documatic/%25CSP.Documatic…
See also https://community.intersystems.com/post/systemencryptiontotp-synchroniz…
Hello,
You may use an existing library for SSO using MS or google account with "Microsoft Authentication Library (MSAL)"
Overview of the Microsoft Authentication Library (MSAL) - Microsoft identity platform | Microsoft Learn
For CSP pages, we used the JavaScript library MSAL.js