We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffdee3 commit 5442a51Copy full SHA for 5442a51
README.md
@@ -58,7 +58,8 @@ Start saml-auth-proxy using:
58
./saml-auth-proxy \
59
--base-url http://${BASE_FQDN}:8080 \
60
--backend-url http://locahost:3000 \
61
- --idp-metadata-url https://idp.ssocircle.com/
+ --idp-metadata-url https://idp.ssocircle.com/ \
62
+ --attribute-header-mappings UserID=x-webauth-user
63
```
64
65
Generate your SP's SAML metadata by accessing the built-in metadata endpoint:
0 commit comments