clegaspi / saml_reader

A tool to parse and verify SAML response data for MongoDB Cloud.
MIT License
7 stars 2 forks source link

Pull IdP configuration directly from Atlas #93

Closed clegaspi closed 2 weeks ago

clegaspi commented 4 months ago

The webpage interface should be able to access the identity provider configuration directly with a web API call, using the cookies available for Atlas. Would be interesting if we could pull that in, select the IdP configuration, and then populate the comparison values from that.

Might reserve that for the web interface, although certainly possible with the CLI if we find a way to use the web cookies.

clegaspi commented 3 weeks ago

I think it will be easier to use the Atlas CLI credentials or OAuth with the API. We can use https://github.com/clegaspi/atlas-sdk-python for it