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
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