You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run all containerns just run `start.sh`. It will ask for permission to write to your /etc/hosts.
6
+
7
+
To run the container with your local repos just symlink the [SATOSA](https://github.com/IdentityPython/SATOSA) repo to the `sources` directory.
8
+
9
+
10
+
satosa-developer
11
+
├── sources
12
+
│ ├── SATOSA -> /.../SATOSA/
13
+
14
+
SATOSA will be reachable on [https://front.satosa.docker](https://front.satosa.docker).
15
+
16
+
You will also have a pysaml2 SP on [https://sp.satosa.docker](https://sp.satosa.docker), an IdP on [https://idp.satosa.docker](https://idp.satosa.docker) and a pyop OIDC OP on [https://op.satosa.docker](https://op.satosa.docker).
0 commit comments