Skip to content

Commit 0630c5e

Browse files
committed
readme.md updates
1 parent a16eec7 commit 0630c5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ Make your Identity Provider's Metadata available to your Phoenix SAML
7171
Service Provider application in XML form. How you get this metadata
7272
XML is specific to your IdP.
7373

74+
```
75+
wget --no-check-certificate -O idp1_metadata.xml https://idp1.samly:9091/simplesaml/saml2/idp/metadata.php
76+
```
77+
78+
Check your IdP for instructions on how to fetch or export the IdP metadata into an XML file and make that
79+
file available to `Samly`.
80+
7481
### Configure Samly
7582

7683
Checkout instructions in the [Samly Documentation](https://hexdocs.pm/samly)

0 commit comments

Comments
 (0)