in reply to Need help in implementing OIDC::Lite::Webserver
You call your subroutine like this:
access_to_protected_resource($apiurlapplog2);
... but in your subroutine you do:
my $your_app = shift;
Did you mean to pass in something like the application there instead?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |