-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Is your feature request related to a problem? Please describe.
Custom connector should provide an option to connect with service principal credentials.
Describe the solution you'd like
Like other standard connectors provides option to connect with service principal credentials.
Describe alternatives you've considered
Already tried in swagger editor to change flow
from accessCode
to application
. After Update connector action oauth2 flow is changed back to accessCode.
Sample yaml:
securityDefinitions:
oauth2_auth:
type: oauth2
flow: application
tokenUrl: https://login.microsoftonline.com/common/oauth2/token
Additional context
Custom connector should provide connectivity without user context (aka service-to-service communication) and application permission (not delegated).
hajekj, skalahonza, TomProkop, honzakostejn and jeromekol
Metadata
Metadata
Assignees
Labels
No labels