in reply to Re: Crypt-Random-Source: 0.14 fails to install
in thread Crypt-Random-Source: 0.14 fails to install

Is that possible for you to let me know which OIDC module can be used in order to work with OIDC authorization server?

  • Comment on Re^2: Crypt-Random-Source: 0.14 fails to install

Replies are listed 'Best First'.
Re^3: Crypt-Random-Source: 0.14 fails to install
by perlfan (Parson) on Apr 14, 2021 at 23:56 UTC
    OIDC::Lite, maybe? https://github.com/ritou/p5-oidc-lite nm reading is hard.

    The way I solve these kind of things is figuring out what's using this. https://metacpan.org/requires/module/Crypt::Random::Source. I looked and did not find it directly in https://github.com/ritou/p5-oidc-lite. A solution may present itself upstream, meaning there may be an alternative to what's using it rather than an alternative to the thing that is break it it. Let us know what you find out. If you're lucky, maybe you can monkey patch it. Better yet, fix it upstream.