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

Authentication with Drupal fails when password field in schema is set to encrypted #8

Open
tomkatsu opened this issue Jul 1, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tomkatsu
Copy link
Contributor

tomkatsu commented Jul 1, 2020

When the schema is changed to:

        @StringSchema(encrypted = true)
        String getPassword();

Error thrown in Fusion when the encrypted flag is set:
Error while walking the schema in property: getPassword

cristinalola added a commit that referenced this issue Jul 24, 2020
Change to Java Core for Http Client requests
@tomkatsu tomkatsu added the bug Something isn't working label Sep 3, 2020
@tomkatsu tomkatsu self-assigned this Sep 3, 2020
@tomkatsu
Copy link
Contributor Author

tomkatsu commented Sep 3, 2020

Assigned to me to find how to support this in F5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant