mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
mod_auth_openidc is an authentication/authorization module for the Apache 2.x HTTP server that functions as an OpenID Connect Relying Party, authenticating users against an OpenID Connect Provider. It can also function as an OAuth 2.0 Resource Server, validating OAuth 2.0 access tokens presented by OAuth 2.0 Clients. WWW: https://github.com/pingidentity/mod_auth_openidc/
7 lines
402 B
Text
7 lines
402 B
Text
===========================================================================
|
|
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
|
|
===========================================================================
|