Hi all,
I have difficulties to build custom connector which could access Azure DevOps API using OAuth 2.0 security via Azure AD (not Azure DevOps token directly). I seems like followed MSDN article, but simply requesting project list collection, im getting back the following:
HTML page with <title>Azure DevOps Services | Sign In</title>
and corresponding script log
That's why i decidded, to try API with token obtaining \ gt project request from postman 1st, where i have set simple request to access Azure DevOps API, using OAuth 2.0 security via Azure AD https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/list?view=azure-devops-rest-5.1 On Azure AD application setup with permission to acess Azure DevOps API with user consent, callback url also set
Im getting token, however Azure DevOps API keeps returning code 203 with sign in html instead of json response. I would appreciate any suggestions
Token obtaining details (attached as image)
Postman request
GET /[some_org]/_apis/projects?api=5.1 HTTP/1.1 Host: dev.azure.com Authorization: Bearer [something] User-Agent: PostmanRuntime/7.17.1 Accept: */* Cache-Control: no-cache Postman-Token: [something] Accept-Encoding: gzip, deflate Cookie: VstsSession=[something] Referer: https://dev.azure.com/[some_org]/_apis/projects?api=5.1 Connection: keep-alive cache-control: no-cache
Many thanks
Hi @Anonymous ,
Do you mean that you have trouble in creating custom connector which could access Azure DevOps API using OAuth 2.0 security via Azure AD?
Before using this authentication type, you will need to register your application with the service so that it can receive access tokens for the users.
Here's a doc that shows how to register an application with the Azure Active Directory service for your reference:
You could check this to see whether you have problems.
Here are some parameters when creating a connection by authenticating to the backend service for your reference:
https://docs.microsoft.com/en-us/connectors/custom-connectors/connection-parameters
Please check the Oauth 2.0 part.
Best regards,
Hi
Many thanks for your suggesiton and sorry for delayed response.
Please, could you corect me if i'm wrong: i have already registered single Azure AD application with permissions and callbacl url, etc, but most-likely it's not working because i need 2 application - applicaton itself and middle -tier?
Thank you
Hi @Anonymous
Yes, this will need two application registration, one will act as a front end and the other as a backend. To get the whole process, you can follow: https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-protect-backend-with-aad
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
207 | |
188 | |
80 | |
50 | |
38 |
User | Count |
---|---|
305 | |
254 | |
121 | |
73 | |
56 |