blob: 246fa143344c320ecb0d54e5f3beb7df0e26715a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[
{ type: install
message: <<EOM
Please add the following to %%PREFIX%%/%%APACHEETCDIR%%/httpd.conf:
LoadModule auth_openidc_module %%APACHEMODDIR%%/mod_auth_openidc.so
Then update the following config file with your settings:
%%PREFIX%%/%%APACHEETCDIR%%/Includes/auth_openidc.conf
EOM
}
]
|