in reply to Re: Need help in implementing OIDC::Lite::Webserver
in thread Need help in implementing OIDC::Lite::Webserver

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Need help in implementing OIDC::Lite::Webserver
by Corion (Patriarch) on May 28, 2021 at 05:01 UTC

    Your subroutine sub access_to_protected_resource excpects an argument. You don't show where you call that subroutine, but wherever you call it, it is missing that argument.

      it is missing that argument

      or the passed argument is also undef. With the quality of code displayed so far how could we even guess?

      Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
Re^3: Need help in implementing OIDC::Lite::Webserver
by GrandFather (Saint) on May 28, 2021 at 04:30 UTC

    There is no clue because you don't give us anything like a minimal runable test script. The error tells you exactly what the problem is. You don't give us the code that would allow us to see why $your_app is not what it needs to be.

    Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
    A reply falls below the community's threshold of quality. You may see it by logging in.