Skip to content

TIDO-508 Add extracted test SAML Attributes to proxy #4

merged 8 commits into from Sep 23, 2024
Prev Previous commit
Next Next commit
Update README
dmartinez committed Sep 3, 2024
commit 3b324fff9f0fa850cfe8dc598a48ebda1a9fef9f
9 changes: 5 additions & 4 deletions README.md
@@ -56,10 +56,11 @@ Now, there are two ways to do testing:

5. You should also see on the PHP information page the following Headers and Values, letting you know you successsfully extracted the specified attributes from the SAML assertion in the response:

| Header | Value |
|--------------------|------------------------------------------------|
| X-Forwarded-Email | "user1@example.edu" |
| X-Forwarded-Groups | "cn=developers,ou=Groups,dc=internet2,dc=edu" |
| Header | Value |
|--------------------------|------------------------|
| X-Forwarded-DisplayName | "User One" |
| X-Forwarded-Email | "user1@example.edu" |
| X-Forwarded-User | "user1@example.edu" |

6. When finished, shut down the services from `docker compose.yml`:
```