From 600c0d31250ed2778c2e27dd90eebf5e9b5a5a6f Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 16 Nov 2017 07:07:35 +0100 Subject: [PATCH] Fix links --- securing_apps/topics/oidc/mod-auth-openidc.adoc | 6 +++--- securing_apps/topics/overview/supported-platforms.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/securing_apps/topics/oidc/mod-auth-openidc.adoc b/securing_apps/topics/oidc/mod-auth-openidc.adoc index f80d67b0e5..8e55632a19 100644 --- a/securing_apps/topics/oidc/mod-auth-openidc.adoc +++ b/securing_apps/topics/oidc/mod-auth-openidc.adoc @@ -1,7 +1,7 @@ [[_mod_auth_openidc]] ==== 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 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} ---- -Further information on how to configure mod_auth_openidc can be found on the https://github.com/pingidentity/mod_auth_openidc[mod_auth_openidc] -project page. \ No newline at end of file +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. diff --git a/securing_apps/topics/overview/supported-platforms.adoc b/securing_apps/topics/overview/supported-platforms.adoc index 5d55f6a617..5af6c252df 100644 --- a/securing_apps/topics/overview/supported-platforms.adoc +++ b/securing_apps/topics/overview/supported-platforms.adoc @@ -59,7 +59,7 @@ endif::[] ifeval::[{project_community}==true] ===== Apache HTTP Server -* https://github.com/pingidentity/mod_auth_openidc[mod_auth_openidc] +* https://github.com/zmartzone/mod_auth_openidc[mod_auth_openidc] endif::[] ==== SAML