Hi @sammysword nope, https://powerusers.microsoft.com/t5/Using-Connectors/Using-OAuth-with-password-grant-type/m-p/2569310/emcs_t/S2h8ZW1haWx8bWVudGlvbl9zdWJzY3JpcHRpb258TFJTWkExRU1BVTIzT0R8MjU2OTMxMHxBVF9NRU5USU9OU3xoSw#M21507 It looks like just "authorization code flow" or API-Key is supported by custom connectors supported.
Hello @seriewe
I seen you'd commented on this a few months back. I am facing the same issues. Did you resolve this?
Hi,
it's been a few years, but I'll try my luck anyway. Could anyone use the password flow?
If I modify the Swagger definition, I can change it to password flow
securityDefinitions > oauth2-auth > flow
but it leads to an error, which doesn't say exactly what the problem is.
Bump. I am having the same issue. I need to pass a "type" parameter to my authorization URL. I cannot get past the authorization stage for my custom connector without this.
Has there been an update to this issue. I am also working on building a Custom Connector for an API that requires the grant type to be set. It seems to be a common requirement on APIs.
Hi @MarkData8 ,
From the doc on creating a custom connector, it seems that there is no option for requiring the password grant type:
I will help do more research on this issue and then back to you.
Best regards,
Mabel