Skip to content

Commit

Permalink
Small doc update for the auth consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Apr 25, 2024
1 parent c7ea5d1 commit cf705e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev/authentication-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/running-pass-ui-on-your-host-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cf705e0

Please sign in to comment.