-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix(jans-config-api): problems with handling custom attributes #2752
Comments
@yurem, request you to please suggest how to handle this request. |
@pujavs Is this issue related to LDAP ORM only? |
@yurem it was a general observation. I was using MySQL when I was investigating. We generally need the type of attributes to be well defined |
Can you provide real example to reproduce this issue? |
I've checked ORM + PostgreSQL/Spanner/CB.
|
This can be closed as resolved |
Custom attributes currently cannot be handled properly, as they can have any value type (string, number, boolean, or an array thereof). Since most upstream clients can only support fixed primitive types, the type of an attribute must be well defined.
The text was updated successfully, but these errors were encountered: