- Affected version
- 2.3.4
Trying to follow public auth flow and am receiving the following error after code challenge completes.
ErrorException: [E_WARNING] Undefined array key "host" src/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/Uri.php:88
Code:
Request:
array(4) {
["url"] => string(491) "/oauth2/authorize?client_id=redactedint&response_type=code&redirect_uri=moo%3A%2F%2Fauth%2FsignIn&scope=alert%3Aread+read+user%3Aread&code_challenge_method=S256&code_challenge=redacted-readacted"
["referrer"] => bool(false)
["_GET"] => array(7) {
["/oauth2/authorize"] => string(0) ""
["client_id"] => string(16) "redactedint"
["response_type"] => string(4) "code"
["redirect_uri"] => string(17) "moo://auth/signIn"
["scope"] => string(260) "alert:read user:read"
["code_challenge_method"] => string(4) "S256"
["code_challenge"] => string(43) "redacted-readacted"
}
["_POST"] => array(0) {
}
}