Forum Discussion

apturlov's avatar
apturlov
Icon for Super User rankSuper User
7 months ago
Solved

Cannot create Notebook connection with Workspace Identity authentication

I wanted to create a Notebook connection for a Notebook activity in Factory pipelines using Workspace Identity instead of Service Principal but encountered an error. I am aware that this feature may ...
  • Olufemi7's avatar
    7 months ago

    Hello apturlov

    You’re seeing the DMTS_InvalidCredentialTypeError because Notebook connections in pipelines don’t yet support Workspace Identity authentication, even though the Fabric UI currently shows it as an option.

    The backend rejects this credential type, which is why the API call returns 200 OK but includes the error object.

    At the moment, the only supported authentication method for Notebook connections in pipelines is Service Principal. Workspace Identity support is planned and has started rolling out, but it isn’t fully enabled yet — so this isn’t a regional issue or a misconfiguration on your side.

    For reference: