Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for more validators in the keycloak_userprofile module. #9048

Open
1 task done
mkay-sh opened this issue Oct 21, 2024 · 2 comments
Open
1 task done

Support for more validators in the keycloak_userprofile module. #9048

mkay-sh opened this issue Oct 21, 2024 · 2 comments
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type)

Comments

@mkay-sh
Copy link

mkay-sh commented Oct 21, 2024

Summary

I'm trying to configure the userprofile in keycloak. The validation of the module only allows predefined values, but there are other validators available in our instance. Additionally keycloak extensions could provide more validators. The list should not be static but either allow all values or fetch the available list of validation providers from the server.

Issue Type

Feature Idea

Component Name

community.general.keycloak_userprofile

Additional Information

community.general.keycloak_userprofile:
    state: present
    config:
      kc_user_profile_config:
        - attributes:
          - name: firstName
            displayName: ${firstName}
            validations:
              length:
                max: 255
              person_name_prohibited_characters: {}
              local_date: {}

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request module module plugins plugin (any type) labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type)
Projects
None yet
Development

No branches or pull requests

2 participants