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 a16eec7 commit 0630c5eCopy full SHA for 0630c5e
README.md
@@ -71,6 +71,13 @@ Make your Identity Provider's Metadata available to your Phoenix SAML
71
Service Provider application in XML form. How you get this metadata
72
XML is specific to your IdP.
73
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
81
### Configure Samly
82
83
Checkout instructions in the [Samly Documentation](https://hexdocs.pm/samly)
0 commit comments