This tool lets you interact with Application Integration, Integration Connectors or Apigee Integration/Connector APIs. The tool lets you manage (create, del, get, list) integrations, connections etc.
Apache License 2.0
22
stars
16
forks
source link
[FR] Missing OAuth2ResourceOwnerCredentials credentials type in the AuthConfig.DecryptedCredential definition #276
Is your feature request related to a problem? Please describe.
Currently the AuthConfig.DecryptedCredential definition doesn't include configuration for OAuth2ResourceOwnerCredentials credential type. We can create a file with the needed fields and set the type to be OAuth2ResourceOwnerCredentials and it successfully creates an auth profile but the solution feels hacky because the type is missing in the definitions.
Describe the solution you'd like
Adding the OAuth2ResourceOwnerCredentials credential type and its fields will keep the source code consistent.
Describe alternatives you've considered
You can create and apply an auth config file with whatever content you want and it works fine but it feels like a workaround.
Is your feature request related to a problem? Please describe. Currently the
AuthConfig.DecryptedCredential
definition doesn't include configuration forOAuth2ResourceOwnerCredentials
credential type. We can create a file with the needed fields and set the type to beOAuth2ResourceOwnerCredentials
and it successfully creates an auth profile but the solution feels hacky because the type is missing in the definitions.Describe the solution you'd like Adding the
OAuth2ResourceOwnerCredentials
credential type and its fields will keep the source code consistent.Describe alternatives you've considered You can create and apply an auth config file with whatever content you want and it works fine but it feels like a workaround.