-
I am trying to use "mod_auth_openidc-2.3.7-8.module_el8.4.0+674+2c6c7264.x86_64" on CENTOS 8 with Apache 2.4.63 (built from source) and with Oracle Cloud Infrastructure (OCI), and when I test I am seeing the following in the Apache error_log:
However, when I do a request for the metadata using a browser, the JSON I am seeing has:
I think the 2.3.7 version, which I installed using "yum install", may be pretty old... is it possible that I am running into an old bug? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I would advise you to upgrade to a recent version indeed, you can get the el8 build of the latest release from: https://github.com/OpenIDC/mod_auth_openidc/releases/ |
Beta Was this translation helpful? Give feedback.
FWIW: the URL
https://idcs-697d8bc1d2284....fa1f015a.identity.oraclecloud.com/.well-known/idcs-configuration
doesn't seem to adhere to the standard which should be something ending in.well-known/openid-configuration
, not sure if that matters.