Hi
We have just implemented social signon using Azure which is working fine.. However I wanted to test a user that was not valid. Authentication correctly fails, however when it fails it stays on the login.microsoftonline.com page and displays the following error message;
Sorry, but we’re having trouble signing you in.
AADSTS50105: Your administrator has configured the application ERAPEX_DEV ('xxxxxxxxxxxxxxx) to block users unless they are specifically granted ('assigned') access to the application. The signed in user xxx@xxx.com' is blocked because they are not a direct member of a group with access, nor had access directly assigned by an administrator. Please contact your administrator to assign access to this application.
Is there any way to configure this so that we can return to an APEX error page or ideally in my case a manual login page..
We are using Oracle APEX 22.1 on a Oracle 19c database and are using an OpenID Connect Provider for SSO..
Cheers Ian