On 16 Sep 2017, at 20:33, Rainer Hoerbe <rainer at
hoerbe.at> wrote:
Am 16.09.2017 um 20:31 schrieb Rainer Hoerbe
<rainer at hoerbe.at>:
Here your are:
The particular nginx server definition in /etc/nginx/server.d/:
https://github.com/rhoerbe/satosa-proxy5/blob/master/config_nginx/proxy.con…
Which is part of a more general configuration:
Sorry, copy/paste error, the /etc/nginx/nginx.conf is
https://github.com/identinetics/docker-nginx/blob/master/install/opt/nginx/…
<https://github.com/identinetics/docker-nginx/blob/master/install/opt/nginx/etc/nginx.conf>
Thanks Rainer,
Another question, I am trying to setup a proxy with Dynamics 365 Portal as SP and SWAMID
metadata as IdP. My intention is to use SWAMID/NORDUNET discovery service for IdP
discovery. We will add a web server in front of the proxy later. Our configs for SAML2SAML
are on GitHub link below, using self signed certificates (https, metadata, frontend and
backend, 4 pairs, not included), however, I can not get any success.
Am I missing anything fundamental?
Thanks
https://github.com/ifmsasweden/s2s <https://github.com/ifmsasweden/s2s>
docker run -p 443:8000 -v /home/ifmsa/s2s:/opt/satosa/etc -e DATA_DIR=/opt/satosa/etc -e
PROXY_PORT=8000 -e METADATA_DIR=metadata satosa/satosa
Writing metadata to 'metadata/frontend.xml'
Writing metadata to 'metadata/backend.xml'
[2017-09-17 10:34:03 +0000] [1] [INFO] Starting gunicorn 19.7.1
[2017-09-17 10:34:03 +0000] [1] [INFO] Listening at:
https://0.0.0.0:8000 (1)
[2017-09-17 10:34:03 +0000] [1] [INFO] Using worker: sync
[2017-09-17 10:34:03 +0000] [19] [INFO] Booting worker with pid: 19
[2017-09-17 10:34:04] [INFO ]: Loading backend modules...
[2017-09-17 10:34:23] [INFO ]: Setup backends: ['Saml2']
[2017-09-17 10:34:23] [INFO ]: Loading frontend modules...
[2017-09-17 10:34:23] [INFO ]: Setup frontends: ['Saml2IDP']
[2017-09-17 10:34:23] [INFO ]: Loading micro services...
[2017-09-17 10:34:23] [INFO ]: Loaded request micro services: []
[2017-09-17 10:34:23] [INFO ]: Loaded response micro services:
['AddStaticAttributes']
[2017-09-17 10:34:24] [DEBUG]: Loaded backends with endpoints:
[<satosa.backends.saml2.SAMLBackend object at 0x7f8b2e900c50>]
[2017-09-17 10:34:24] [DEBUG]: Loaded frontends with endpoints:
[<satosa.frontends.saml2.SAMLFrontend object at 0x7f8b2defb940>]
[2017-09-17 10:34:24] [DEBUG]: Loaded micro services with endpoints:
[<satosa.micro_services.attribute_modifications.AddStaticAttributes object at
0x7f8b2defb780>]
[2017-09-17 10:36:26] [DEBUG]: read request data: {}
[2017-09-17 10:36:26] [DEBUG]: Did not find cookie named 'SATOSA_STATE' in cookie
string ''
[2017-09-17 10:36:26] [DEBUG]: [urn:uuid:cb482c60-12c8-4d3a-b954-007c7e5e7fd6] Routing
path: Saml2IDP/proxy.xml
[2017-09-17 10:36:26] [DEBUG]: [urn:uuid:cb482c60-12c8-4d3a-b954-007c7e5e7fd6] Unknown
backend Saml2IDP
- Rainer