aws-iam-operator icon indicating copy to clipboard operation
aws-iam-operator copied to clipboard

Enable SAML IdP creation

Open SnehaMore20 opened this issue 5 years ago • 0 comments

We need to create aws saml IdP for keycloak.

With aws cli this is how we create saml idp: aws iam create-saml-provider --saml-metadata-document file:///<filepath> --name <idp-name>

Proposal: New custom resource for idp creation should be implemented, with input file saml-metadata-document

SnehaMore20 avatar Aug 13 '20 16:08 SnehaMore20