I want to authenticate some of my company's internal websites with Google Apps. We have been using openid based apache module mod_auth_openid
and since it got deprecated recently I started looking for alternatives and have found mod_auth_openidc
. But I couldn't really get it to work as I didn't understand most parts of it (I have even tried to follow some articles (article1, article2) but that didn't help as it was not clear to me).
Is there any other solution/article that can help me do this?
OIDCCryptoPassphrase
. Also, another good reference is the configuration documentation for openidc: github.com/pingidentity/mod_auth_openidc/blob/master/… – Portent