Hi,
Several certified connectors use oauth2generic, which allows users to pass additional parameters using
customParameters and authorizationUrlQueryStringTemplate. A connector using this setup can be deployed using paconn and it works if following the examples.
.
Please see GitHub: https://github.com/microsoft/PowerPlatformConnectors/search?q=oauth2generic
However, I could not find any information on supported parameters, etc for this.
Does anybody have documentation on it? My concern is that if it's not documented properly, the support for this may be stopped or breaking changes introduced.
Using oauth2generic solves our issue (need to pass additional parameters in authorization URL). Other issues on this forum point that an authorization URL like:
Using oauth2generic solves our need, but we are concerned about using this as a production implementation due to a lack of documentation.