rockcarver / frodo-cli

A CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.
MIT License
19 stars 17 forks source link

Unbale to import the saml remote SP metadata XML to the AM for particular cot #401

Open Biswajit0180 opened 4 months ago

Biswajit0180 commented 4 months ago

Frodo CLI version

Provide output of frodo -v

frodo -v You are running the binary release. Installed versions: cli: v1.0.1 lib: v1.1.0 node: v18.5.0

Describe the issue

A clear and concise description of what the issue is.

Unbale to import the saml remote SP metadata XML to the AM for particular cot

frodo saml import https://Host/am example amadmin '***' --entity-id https://example123.com -f exportmetadata_exp123.xml --raw -m classic -k

Importing raw provider "https://example123.com" into realm "example"... Importing SAML Entity exportmetadata_exp123.xml...

But actually its not uploading to AM.

vscheuber commented 4 months ago

@Biswajit0180 can you confirm that exportmetadata_exp123.xml in your command above was created by running a frodo saml export --raw?

The frodo saml import --raw command option does not facilitate the import of raw metadata files, only files that were created using frodo saml export --raw.

vscheuber commented 1 day ago

@Biswajit0180 please let me know if we can close this issue or if you think this is something that needs to be fixed still.