From cf705e052109e3752f0f526ea73d7c62e07769d6 Mon Sep 17 00:00:00 2001 From: Mark Patton Date: Thu, 25 Apr 2024 10:01:49 -0400 Subject: [PATCH] Small doc update for the auth consolidation --- docs/dev/authentication-authorization.md | 2 +- docs/dev/running-pass-ui-on-your-host-machine.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/authentication-authorization.md b/docs/dev/authentication-authorization.md index eae681c..a3b2380 100644 --- a/docs/dev/authentication-authorization.md +++ b/docs/dev/authentication-authorization.md @@ -37,7 +37,7 @@ Mapping from Shibboleth attributes to PASS users: * firstName: Given name * lastName: Surname * username: Eppn - * affiliations: DOMAIN, all values after splitting affiliation on `;` + * affiliations: DOMAIN, all values * locatorIds: UNIQUE ID, INSTITUTIONAL_ID, EMPLOYEE_ID * role: SUBMITTER diff --git a/docs/dev/running-pass-ui-on-your-host-machine.md b/docs/dev/running-pass-ui-on-your-host-machine.md index 1e15e2b..d585473 100644 --- a/docs/dev/running-pass-ui-on-your-host-machine.md +++ b/docs/dev/running-pass-ui-on-your-host-machine.md @@ -4,7 +4,7 @@ In order to run pass-ui outside of the docker environment: You will need to configure `pass-core` to load the UI from `localhost:4200`. -This can be done by seting the environment variable `PASS_CORE_APP_LOCATION` to `http://host.docker.internal:4200/` in `.env`. +This can be done by seting the environment variable `PASS_CORE_APP_LOCATION` to `http://host.docker.internal:4200/app/` in `.env`. This will bypass the `pass-ui` container. Then simply use docker compose like normal.