Skip to content

Commit

Permalink
add readme for authentication environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Sep 14, 2021
1 parent 4d27173 commit 1e9fa1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions testbed/authentication/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
1. add the following to `/etc/hosts`:

```
127.0.0.1 logs.unicon.local grouper-ui.unicon.local grouper-ws.unicon.local idp.unicon.local sp.unicon.local test-app.unicon.local cas.unicon.local shibui.unicon.local mailhog.unicon.local
127.0.0.1 mq.unicon.local
```
2. `docker compose up -d` to start, `docker compose logs -f` to follow logs.
3. Access [https://shibui.unicon.local]. You'll need to accept the self signed certificate

0 comments on commit 1e9fa1f

Please sign in to comment.