This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| This script can be used to extract the idp cert thumbprint | |
| from the metadata.xml provide when setuping up a SAML provider | |
| usage: util_SAML_cert_thumbprint.py [-h] source_file | |
| positional arguments: | |
| source_file A SAML metadata.xml file | |
| optional arguments: |