【发布时间】:2017-10-17 08:05:06
【问题描述】:
我希望在我的应用程序中实现 OIDC 以进行 SSO 集成,但在尝试执行 httpd.exe 时出现错误。 我正在使用 Windows Server 2008 64 位。 Apache 服务器 2.4.2 64 位。
我已经下载了从这里下载的 64 位 mod_auth_openidc.so - click here。
我已经执行了这些步骤:
步骤 1.从这里下载 apache 64 位 -apache_2.4.2-x64-no-ssl.msi。
步骤 2.从 Git 中心下载 mod_auth_openidc-2.2.0-apache-2.4.x-win64.zip - click here
步骤 3. 解压缩文件并将文件分别复制到我的 apache 服务器的 bin 和 modules 位置。
步骤 4. 在 apache 的 conf 文件夹中的 httpd.conf 文件中添加 LoadModule auth_openidc_module modules/mod_auth_openidc.so。
第 5 步。现在,当我尝试运行 apache 服务器(httpd.exe)时,它给了我一个错误。 错误截图在这里 -.
来自 conf 文件夹的 httd.conf 文件的错误行 -。
请帮忙! 提前致谢。
如果我能回答您的任何问题,请告诉我。
【问题讨论】:
-
我相信 mod_auth_openidc.so 是 windows 的付费版本。毫不奇怪,免费的 on 不能从头开始工作
-
mod_auth_openidc.so for windows 可能是商业的,如建议here
标签: apache webserver single-sign-on httpd.conf openid-connect