Skip to content

Authentication: Exploring documentation

Nelson Moller edited this page Sep 23, 2018 · 7 revisions

Some links to learn

Mod_auth_mellon

http://developers-club.com/posts/254503/

The toy apps showed there (bitbucket repository) even if they have some years can have some usefuls tips to put saml into place.

https://github.com/NORDUnet/apache-saml-frontend

Source code of mod_auth_mellon

https://github.com/UNINETT/mod_auth_mellon

Some rh stuff

https://www.adelton.com/webauthinfra/develop-and-test-with-webauthinfra-text

https://access.redhat.com/documentation/en-us/red_hat_single_sign-on/7.2/html/securing_applications_and_services_guide/saml_2#mod_auth_mellon

https://github.com/openshift/request-header-saml-service-provider/blob/master/openshift.conf

Saml integration in openshift.

Playing with the configuration

https://bgstack15.wordpress.com/2016/03/24/adding-adfs-integration-to-apache/

Running shid + nginx

https://medium.com/ucl-api/adventures-in-shibboleth-and-nginx-part-2-of-2-6455a7f1d026

That'll break the principle one process per container... but maybe some way to run a nginx sidecar somehow.

That could be helpful in the way

https://github.com/scottcame/shiny-docker-demo/tree/master/docker

That's the implementation of the stuff from

http://www.cascadia-analytics.com/docs/user2018-docker-r-tutorial-slides.pdf

... the presentation goes from the very begging of containers to what could be useful in the authentication context.

https://www.unicon.net/about/blogs/unicon-iam-docker-images

The images provided there could help to develop the desired infrastructure.

https://apereo.github.io/2017/08/24/tip-docker-container-to-host/

Another stack ready to go.

https://www.adelton.com/webauthinfra/develop-and-test-with-webauthinfra-text

Clone this wiki locally