Fix links
This commit is contained in:
parent
b46cbadbd0
commit
600c0d3125
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
[[_mod_auth_openidc]]
|
[[_mod_auth_openidc]]
|
||||||
==== mod_auth_openidc Apache HTTPD Module
|
==== mod_auth_openidc Apache HTTPD Module
|
||||||
|
|
||||||
The https://github.com/pingidentity/mod_auth_openidc[mod_auth_openidc] is an Apache HTTP plugin for OpenID Connect. If your language/environment supports using Apache HTTPD
|
The https://github.com/zmartzone/mod_auth_openidc[mod_auth_openidc] is an Apache HTTP plugin for OpenID Connect. If your language/environment supports using Apache HTTPD
|
||||||
as a proxy, then you can use _mod_auth_openidc_ to secure your web application with OpenID Connect. Configuration of this module
|
as a proxy, then you can use _mod_auth_openidc_ to secure your web application with OpenID Connect. Configuration of this module
|
||||||
is beyond the scope of this document. Please see the _mod_auth_openidc_ Github repo for more details on configuration.
|
is beyond the scope of this document. Please see the _mod_auth_openidc_ Github repo for more details on configuration.
|
||||||
|
|
||||||
|
@ -45,5 +45,5 @@ ServerName ${HOSTIP}
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
----
|
----
|
||||||
|
|
||||||
Further information on how to configure mod_auth_openidc can be found on the https://github.com/pingidentity/mod_auth_openidc[mod_auth_openidc]
|
Further information on how to configure mod_auth_openidc can be found on the https://github.com/zmartzone/mod_auth_openidc[mod_auth_openidc]
|
||||||
project page.
|
project page.
|
||||||
|
|
|
@ -59,7 +59,7 @@ endif::[]
|
||||||
|
|
||||||
ifeval::[{project_community}==true]
|
ifeval::[{project_community}==true]
|
||||||
===== Apache HTTP Server
|
===== Apache HTTP Server
|
||||||
* https://github.com/pingidentity/mod_auth_openidc[mod_auth_openidc]
|
* https://github.com/zmartzone/mod_auth_openidc[mod_auth_openidc]
|
||||||
endif::[]
|
endif::[]
|
||||||
|
|
||||||
==== SAML
|
==== SAML
|
||||||
|
|
Loading…
Reference in a new issue