Skip to content

Connect with service principal #708

@matejskubic

Description

@matejskubic

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.
image
image

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions