Enable SAML IdP creation #14
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
The text was updated successfully, but these errors were encountered: