# Keycloak, Apache and OpenID Connect

DevFeed: [Keycloak, Apache and OpenID Connect](<https://devfeed.tech/articles/keycloak-apache-and-openid-connect-31566.md>)

Original publisher: [Read original article](<https://www.keycloak.org/2018/01/keycloak-apache-and-openid-connect>)

Author: Stian Thorgersen

Published: 2018-01-04T00:00:00Z

Content type: article

Language: en

Sources: [Keycloak Blog](<https://devfeed.tech/sources/keycloak-blog.md>)

Topics: [openid](<https://devfeed.tech/topics/openid.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [proxy](<https://devfeed.tech/topics/proxy.md>)

Tags: [idm](<https://devfeed.tech/tags/idm.md>), [kerberos](<https://devfeed.tech/tags/kerberos.md>), [ldap](<https://devfeed.tech/tags/ldap.md>), [openid](<https://devfeed.tech/tags/openid.md>), [openid-connect](<https://devfeed.tech/tags/openid-connect.md>), [proxy](<https://devfeed.tech/tags/proxy.md>), [reverse-proxy](<https://devfeed.tech/tags/reverse-proxy.md>), [saml](<https://devfeed.tech/tags/saml.md>), [sso](<https://devfeed.tech/tags/sso.md>), [web-applications](<https://devfeed.tech/tags/web-applications.md>)

## AI overview

This article explains that mod_auth_openidc can secure applications running in Apache or Apache used as a reverse proxy. It supports single sign-on for web applications and securing RESTful services.

## Source excerpt

mod_auth_openidc makes it easy to secure your applications running in Apache or when Apache is used as a reverse proxy. It can be used both for enabling SSO to web applications as well as to secure RESTful services. For more details check out our documentation as well as the guides from mod_auth_openidc.