perl - Apache as oAuth2 consumer (client) -


in this question accepted answer "very shortly" suggests next:

the sso module loaded apache webserver acts middle layer between user , tomcat application server.

without giving exact solution. didn't found (yet) oauth2 client module (mod_auth_oauth2) apache.

the question is: possible implement oauth2 client apache, using mod_perl2 , cpan module net::oauth2? module compatible mod_perl2 or pointless try because run problems?

background: having several internal web applications doesn't handles authentication in way. want "publish" them using apache2.4 configured reverse proxy, , therefore need manage authentication directly on apache level. easy achieve e.g. mod_auth_form, looking oauth2 solution allows login using google,facebook , oauth2 idp.

and because here isn't yet (at least didn't found) mod_auth_oauth2 module apache2, looking solution how implement - e.g. mod_perl2. or exists here reverse proxy has implemented oauth2?


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -