Skip to content

Commit 5442a51

Browse files
committed
misc: added grafana header mapping in example
1 parent 8ffdee3 commit 5442a51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Start saml-auth-proxy using:
5858
./saml-auth-proxy \
5959
--base-url http://${BASE_FQDN}:8080 \
6060
--backend-url http://locahost:3000 \
61-
--idp-metadata-url https://idp.ssocircle.com/
61+
--idp-metadata-url https://idp.ssocircle.com/ \
62+
--attribute-header-mappings UserID=x-webauth-user
6263
```
6364

6465
Generate your SP's SAML metadata by accessing the built-in metadata endpoint:

0 commit comments

Comments
 (0)