Limiting PAT Token permissions/scope? #1446
-
Customer may be hesitant to use Full Access PAT's. Is there documentation or can someone please provide a list of the required permissions/scope for a PAT Token for this tool? Assume migrating all available components that the processors can move. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You need a Read only PAT for the Source as we never write to it. You need a Full Access PAT for the Target. There are a number of access grants that are not available in the UX that we use. Specifically, we use the |
Beta Was this translation helpful? Give feedback.
You need a Read only PAT for the Source as we never write to it.
You need a Full Access PAT for the Target. There are a number of access grants that are not available in the UX that we use. Specifically, we use the
WorkItemStoreFlags.BypassRules
which I don't believe can be used with anything other than a Full Acess PAT.