Replies: 1 comment 1 reply
-
I agree with you that is too database-specific so yes, we should have it in the Credential#params. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment, the Claim entity has the following properties:
However, the
database
property is too database-specific and should be added using the key-value parameter (part of the credential entity). Also, thetype
property should be populated via a select with a set of options (the ones supported by the Service Binding logic).My proposal is:
database
propertytype
property using a select in the Claims form.Beta Was this translation helpful? Give feedback.
All reactions