Hi Arun,
The simplest solution is to use the CSP session with a custom login page. That way you can use the built-in CSP authentication. Sergey's answer to this post has a good example: https://community.intersystems.com/post/authentication-options-cach%C3%…. The downside is that it's not truly stateless, and it requires you to serve your web files through CSP.
If your web application isn't connected to CSP, I recommend using OAuth 2.0. This is a little more work since it involves setting up an authorization server. There's an excellent series of tutorials here:
https://community.intersystems.com/post/intersystems-iris-open-authoriz….
- Log in to post comments