You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
929
938
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.
0 commit comments