-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Service Connection Authorization cannot be null #77
Comments
I'm facing the same issue. My old configuration is not working anymore since the client secret expired. Also, I find it quite a bit alarming to see that the windows dev center is not listed in the common service connections in the docs: |
Same problem here :( The client secret expired and we are not able to create / update the secret because of the same error message |
|
Hi folks, so the issue is related to the interface that creates the service endpoint. There is a change in interface on VSTS and as a result we could not create the endpoint successfully. |
Hi folks, I discovered that the issue could be fixed by using a different type of endpoint for the extension. Previously the extension was using principal type endpoint. I switched it to basic and it helped me unblocked the issue. I uploaded the extension with the fix and it could authenticate for me successfully. You should be unblocked with the service endpoint issue now. When you create an endpoint the interface should look like this: |
@louis-wuitton Can confirm configuration works now. Ping @ggretz @vuurbeving. |
This breaks the extension for current users... For this type of change, a warning in the changelog would be better + a version bump would be appreciate to allow existings users to use the previous version without breaking their pipelines. 😐 |
It's working for me too, thanks 👍 I did create a new service connection though. I wasn't able to edit the old one (click on 'Update service connection' and nothing happens). So i guess @ChristopheLav has a valid point here regarding users with existing connections (and non-expired credentials). But it would break sooner or later anyway once the client secret expires... |
Also ran into this exact issue with a service connection tied to an app registration that had expired credentials. I also ended up creating a new one and am unblocked. Glad I found this thread and didn't waste too much time trying to get the broken one to save/update. |
After completing the Add Windows Dev Center [sic] service connection in Azure Dev Ops, I'm presented with the unhelpful error:
Error: Service Connection Authorization cannot be null
Fiddler shows:
Related: #76
The text was updated successfully, but these errors were encountered: