Hey all, we are using PHP 7.4 and 7.x of the PHP SDK.
We are trying to use the Authentication API as such:
$auth0Api = new Authentication($domain, $client_id);
return $auth0Api->get_authorize_link($response_type, $redirect_uri, $connection, $state, $additional_params);
I get a link and I am able to reach an SSO login page however upon attempting to log in I’m not able to use the user accounts associated with the application. Instead, I can attempt to log in with a user account associated with another application.
Any insight would be appreciated; please don’t hesitate to request details.
Thanks in advance!