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
{{ message }}
This repository was archived by the owner on Apr 27, 2023. It is now read-only.
Google in their infinite wisdom has decided they will not provide public metadata URLs for their customers, and so I find myself wanting to configure this project with a static metadata.xml file that I've downloaded.
Would you accept a pull request to add this feature? I'm thinking of a configuration option named idp_metadata_path which would be the path to a metadata file. It would be a mutually exclusive option with idp_metadata_url. If the file is specified and exists and a URL is not specified, then we would read the file and use it instead of the URL. It would be pretty simple as crewjam/saml/samlsp already understands how to handle both URLs and files on disk.
Either way, thanks for putting this project together!