Update: Oct 6, 2020
---
Thank you all for the feedback on this blog, and through other sources. Some customers and partners won’t be able to fully transition to using MSAL 2.0 because of th...
Dear samsearth Is there any hint why it didnt work as a custom connector for power automate? Works fine in Postman with aad oauth2.0 but getting an unknown when i use the custom connector authentication:
swagger: '2.0'
info: {version: 1.0.0, title: Yammer API (Public), description: Yammer API (Public)}
host: yammer.com
basePath: /api/v1/
schemes: [https]
consumes: []
produces: [application/json]
paths:
/messages/my_feed.json:
get:
summary: Get My Feed
description: 'The user’s feed, based on the selection they have made between
“Following” and “Top” conversations.
'
operationId: GetMyFeed
parameters: []
responses:
default:
description: default
schema: {}
definitions: {}
parameters: {}
responses: {}
securityDefinitions:
oauth2_auth:
type: oauth2
flow: accessCode
authorizationUrl: https://login.windows.net/common/oauth2/authorize
tokenUrl: https://login.windows.net/common/oauth2/authorize
scopes: {'https://api.yammer.com/user_impersonation': 'https://api.yammer.com/user_impersonation'}
security:
- oauth2_auth: ['https://api.yammer.com/user_impersonation']
tags: []