• Matteo182

    (@matteo182)


    Hi, I managed to hook up a custom form to let users enter additional data via the root /authorize .

    After receiving the token I should call the root /userinfo, to be able to get all the user data, and here I would also like to hook up to give the additional data, but unfortunately if I call the endpoint, it replies 404.

    I’m trying with postman in get, moreover I tried to insert the token in the call but nothing, it always replies 404. What should I do to get the user’s data?

    thank you very much

Viewing 1 replies (of 1 total)
  • Thread Starter Matteo182

    (@matteo182)

    I did a bit of debugging and the error I get in the logs is this:

    OAuth2\Response Object
    (
    [version] => 1.1
    [statusCode:protected] => 401
    [statusText:protected] => Unauthorized
    [parameters:protected] => Array
    (
    )

    [httpHeaders:protected] => Array
        (
            [WWW-Authenticate] => Bearer realm="Service"
        )

    )

Viewing 1 replies (of 1 total)
  • The topic ‘the root /userinfo replies 404’ is closed to new replies.