Skip to content

Commit c5480bb

Browse files
authored
Fix bound port in saml metadata example
1 parent 061081f commit c5480bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Start saml-auth-proxy using:
8080
Generate your SP's SAML metadata by accessing the built-in metadata endpoint:
8181

8282
```bash
83-
curl localhost:8000/saml/metadata > saml-sp-metadata.xml
83+
curl localhost:8080/saml/metadata > saml-sp-metadata.xml
8484
```
8585

8686
You can post the content of the `saml-sp-metadata.xml` file at

0 commit comments

Comments
 (0)