Add OKTA authentication page with node TSED framework

Hi,
We have a requirement to show the OKTA login page for authentication in our node TSED API framework. Please suggest any good link to achieve the same.

Thanks,
Richa

I’d start with looking over the documentation for the Okta embedded sign-in widget. It’s a quick way to integrate a login page into your web application client-side.

This can be modified to match your use case, extended with server-side SDKs. You can follow the instructions in the Okta sign-in widget GitHub repository, which provides sample code, documentation, and examples.