S

OAuth2 - Undefined array key "host"

  • Thread starter Thread starter stromb0li
  • Start date Start date

Visitor Greeting

Welcome to NullWarehouse.com... We are currently seeking Mod's and Contributors. If you wish to apply for a Mod position then please click on Members dropdown arrow, then click on Staff App and fill it out completely and submit it. If you want to be a Contributor then start contributing and we will have our eye on you and take notice, something great could come of it.

  • We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
S

stromb0li

Guest

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:
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"] =>...

Read more

Continue reading...
 
Back
Top Bottom