SSO Signin Widget

Hi, our organization is using Okta with SSO where the active directory of a laptop will login an user in to the Okta network and all the associated app when the laptop is turned on.
We made a static website using the signin widget. Ideally, the users should be able to skip the signin widget and be directed straight to the landing page if they are authenticated on laptop start up.
Is there anything specific that we need to do to achieve this?

Hi @EmployeeAskingHelp

You can do a CORS request as exemplified here to /api/v1/sessions/me, check if there is a session ID present and, if yes, redirect to the landing page, otherwise display the sign-in widget.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.