We have an application using OIDC (OpenID Connect) that we are submitting for testing. The application follows the SF flow. While it is able to authenticate users in the application and handle logout successfully, it consistently fails to confirm user sign-in during testing.
All functionalities, including authentication and logout, are working fine in the application, but the issue persists with confirming user sign-in. Please refer to the images below for more details. please help
Hii @alisaduncan please check above image , while doing OIN submission testing ,Even i was able to login in our project with help of okta , with testing credentials still these check are not completing “Okta sign in” still it loading… @alisaduncan can you look into these asap ,we have deadline , okta app details–> OIDC - OpenID Connect-web , if you need more details can we connect on mail .or any other possible way…
I have the same issue, my OIDC app works as expected and signs in users successfully, but it will not pass the OIN test. I’ve tried reinstalling the plugin and disabling all other plugins and have looked into what might be causing it to fail. I am stumped and need help
I definitely will, I’m having a lot of difficulty finding any public knowledge on troubleshooting this issue of the OIDC application sign on functioning successfully, but the OIN tests failing.
When navigating to our app’s login page, the app automatically sends a request to our backend authentication service to check if the user already has a valid session. If the user is not logged in, it responds with a 403 error. This error is what was causing the test to fail event though the SP sign in step was showing a green check mark (the test doesn’t show the failure until Okta sign in for some reason). I had to update the SP initiate URL to point directly to our backend auth service and bypass the frontend login (avoiding the expected 403 error). Also, as @Tahir52 has discovered, sometimes the Okta browser plugin stops working correctly and it must be removed and reinstalled. After updating the SP initiate URL to avoid the 403 error AND reinstalling the Okta browser plugin I was finally able to get the test to pass.