Skip to content

Commit 48ca756

Browse files
committed
Add documentation related to the new IdP metadata parser methods
1 parent 33a7aa5 commit 48ca756

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,15 @@ Auxiliary class that contains several methods
926926
* ***validate_sign*** Validates a signature (Message or Assertion).
927927
* ***validate_binary_sign*** Validates signed bynary data (Used to validate GET Signature).
928928

929+
####OneLogin_Saml2_IdPMetadataParser - idp_metadata_parser.py####
930+
931+
A class that contains methods to obtain and parse metadata from IdP
932+
933+
* ***get_metadata*** Get the metadata XML from the provided URL
934+
* ***parse_remote*** Get the metadata XML from the provided URL and parse it, returning a dict with extracted data
935+
* ***parse*** Parse the Identity Provider metadata and returns a dict with extracted data
936+
* ***merge_settings*** Will update the settings with the provided new settings data extracted from the IdP metadata
937+
929938
For more info, look at the source code; each method is documented and details about what does and how to use it are provided. Make sure to also check the doc folder where HTML documentation about the classes and methods is provided.
930939

931940
Demos included in the toolkit

0 commit comments

Comments
 (0)