
tkucw (tkucw) さんが質問をしました。
I created a new App Integration for my product. While running the test cases provided by Okta here: https://developer.okta.com/docs/guides/scim-provisioning-integration-test/main/*configure-and-run-tests, 4 of the test cases were failing due to the following reasons:
- While inviting a new user to my product and storing their emails, we convert the email from uppercase to lowercase and while returning the list of users to Okta, we fetch the email from DB and return the email (all lowercase) back to Okta. The problem here is in two of the Okta test cases, Okta app is sending email address with first word capital to create a new user and while returning the response back to Okta for this request, we send the email in all lowercase value which leads to string mismatch and test case getting failed.
- When we create a new user or when a new user is added via Okta to my product, his firstName and lastName are not stored in the db unless he has completed the sign in to Google from his side. So when Okta sends a request to create a new user with firstName and lastName specified, we return null values for the invited users as the values will be updated with the name they have in their google account after they signin. This also leads to 2 more test cases failing.
Neither of these 2 cases are impacting the MyProduct-Okta integration or flow in any way. The code is working as needed and there no errors while performing tasks either from MyProduct to Hiver or from Hiver to MyProduct but can these failed test cases impact our App Review because Okta will also run these test cases? Is there any way to ignore them?

Update: Screenshot for referenence
Hello @tkucw (tkucw) Thank you for reacting out to our Community!
As long as the authentication and user-creation work as intended, there should be no problem for the app team to overlook this issue. This will be a problem only if the process it's self will fail, so as long as this is successful there should be no problem.
Community members help others by clicking Like or Select as Best on responses. Try it today.