We created an okta application configured to use SAML and we’re now trying to use the Okta Sign-in widget to authenticate and need additional clarity.
Context
We created a server-side web application that used saml and the okta-hosted login flow originally. We proved out the registration and the sign-in through this effort, but we’ve since added the sign-in widget to our login flow. We’d like our SSO url to continue receiving the login callback post request with the user’s okta session information.
Is this a matter of configuring the sign-in widget properly? Or do we somehow need to make this post manually in the success callback from within the widget context?