Skip to Content.
Sympa Menu

idpproxy-2017-10 - Re: [idpproxy-2017-10] Re: TechEx IdP Proxy Tutorial Preparation

Subject: Establishing an IdP Proxy service with SimpleSAMLphp

List archive

Re: [idpproxy-2017-10] Re: TechEx IdP Proxy Tutorial Preparation


Chronological Thread 
  • From: "Hall, Gerry" <>
  • To: Patrick Radtke <>, "" <>
  • Subject: Re: [idpproxy-2017-10] Re: TechEx IdP Proxy Tutorial Preparation
  • Date: Sat, 14 Oct 2017 12:57:53 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:lKxMqxGOiwoNsGUmWhQXYZ1GYnF86YWxBRYc798ds5kLTJ76p8q8bnLW6fgltlLVR4KTs6sC0LuG9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQtFiT6+bL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjm58axlVAHnhzsGNz4h8WHYlMpwjL5AoBm8oxBz2pPYbJ2JOPZ7eK7WYNEUSndbXstJVyJPHJ6yb5cBAeQCM+ZXrYfyp1oSohSxHgSjHv/jyjpSi3Pqx6A30eIsGhzG0gw6GNIOtWzZoNv3OqgIVeC1yLHExijCYfxIwzf98ojJfh48qvyLUrJ/b9DRyVMvFg/fjlWfs4jlPzeO2+sTtmib6PBgVOK1h2E5tg5xvyGiy8ExgYfHgYIVz0rL9SR/wIstKt24SVJ7Yd65EJRLrS2VK4x2QsYkTmp1uyg60qULtYChcyQW1ZgqwgPTZ+Gaf4WN7BLuW/qdLSt9iXJrZr2yiAu+/E2lx+D9SMW50U5GojREn9XQqnwA0gHf58qbRvdh+0qtxDmC2BvP5uxBPE85l67WJ4Ikz7MxmZccrUXOEyrrlErqlqCZbEAp9+ir5uj5f7nro5CROo56hw3iNKklh9axDv4iMgcUWmiW4eS826Pn/U3+WLhEluE7nK7FvJzHPMgWu7a3DgFM3oYk8BmwES2q0NMFnXkbN11Ffw+Hj470NF3UOPD4F/C/g0iynzh32/DGP7rhApPXInjEjbfhYbJ960lbyAow19xQ+5VUCrQZLPLyXE/+qsDYAwcnPwOu3+rrFdBw2p4DVW6SB6KZPqzfvUOU6u8qLemDeoAYtCv4JvUg5vPik340lUcYfaaz3JsXbH64Hu5hI0WceXfsjckOEX0Qvgs+VuDqiEeNUTpXZ3upQa084zY7CJimDIvZWI+inaGB0D+hHpJKfmBGFkyMEXDweoWFRvgMcDqSItVmkj0LVbmtUpEt2Q2zuAL40rZrM/bY9zYctZLiz9h1+/bTmQ8o+Tx1CcSdz3+CT3tynmwWWz86wrpzrlJgxVeeguBEhKlgHMBJ5vhKGj0zOYLfwqQuE9nuQAPKff+CSUy8X86nDTw3UtMt0pkFZEMrX53ojxzbxzCtE65QzeTSW9ltqord2WT8PcBw1yyA2aU8xRFyQ8dXLXehlr86rVCKWMuQy22Ykbqnb6IRwHSL+WuemzmgpkZdBURQWKHBGTgwa1HMvJ6xskzPVaW/T7QuNg9pxMuFMLoMZ9H02wYVDMz/McjTNjri01y7AgyFk/bVNNLn
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Patrick,

I am not sure as to how I should be using the code to pull the docker images.  I am using the following  in a getDockerImages.sh script but when I run I do not see anything. Is that expected?  If not what should I be doing?

 

images="nginx jwilder/nginx-proxy cirrusid/ssp-base:1.14.16";

for name in $images;

do

  docker pull $name

done

 

From: <> on behalf of Patrick Radtke <>
Date: Friday, October 13, 2017 at 4:14 PM
To: "" <>
Subject: [idpproxy-2017-10] Re: TechEx IdP Proxy Tutorial Preparation

 

Hi Everyone,

 

Just a reminder to please have your machine ready to go for the tutorial by following https://github.com/cirrusidentity/ssp-proxy-tutorial/tree/master/0_Prereqs

If you have any issues, please feel free to email me.

 

See you Sunday.

 

-Patrick

 

On Sun, Oct 8, 2017 at 5:14 PM, Patrick Radtke <> wrote:

Hi Everyone,

 

Thanks for registering for the IdP Proxy with SimleSAMLphp tutorial.

This is going to be a hands on tutorial, which means you'll need to some software. We will be using docker to minimize the amount of things you need to install.

 

Please follow through these prerequisite steps prior to the tutorial

 

They will ensure you have any needed software (docker + git) installed, and that you have any necessary images already pulled. You don't need in-depth knowledge of Docker, but you should be comfortable with running a container and how to mount a volume. The tutorial tries to use cut-n-paste docker commands so that you can concentrate on the SimpleSAMLphp (SSP) side of things.

 

Lastly, I'll be making some adjustments to the tutorial this week so you should do a pull on Sunday morning to get the latest updates.

 

Please let me know if you have any questions,

 

-Patrick

 




This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).



Archive powered by MHonArc 2.6.19.

Top of Page