-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
2
-
Severity 3 - Minor
-
Problem Definition:
Currently, when checking if users are enabled in EntraID, 404 errors are not handled gracefully. If a user is not present inside the group, the API returns a 200, but the execution fails with the error “Chosen Application could not be found.” This leads to confusion and poor user experience.
Actions:
- Implement proper error handling for 404 and similar cases.
- Provide clear and actionable error messages to improve UX and understanding