Skip to content
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

[CoE Starter Kit - BUG] Office 365 Management API Connector Fails #5230

Closed
medicineshow opened this issue Apr 9, 2023 · 4 comments
Closed
Assignees
Labels
coe-starter-kit CoE Starter Kit issues duplicate This issue or pull request already exists question Further information is requested

Comments

@medicineshow
Copy link

Describe the issue

Hello
When upgrading the CoE solution, it is always required to update this connector and it has always worked, however this time I am getting an Operation failed (401) when I test the List subscription
image

and the Schema validation error:
Property "" type mismatch, Expected: "array", Actual: "object".
image

I have updated the Client ID and Client Secret and the Refresh URL (Documentation needs updating btw. It still says Resource URl :))

Expected Behavior

a code 200 response

What solution are you experiencing the issue with?

Audit Log

What solution version are you using?

3.3

What app or flow are you having the issue with?

Office 365 Management API Custom Connector

Steps To Reproduce

No response

Anything else?

No response

@medicineshow medicineshow added bug Something isn't working coe-starter-kit CoE Starter Kit issues labels Apr 9, 2023
@medicineshow
Copy link
Author

I notice that I am also getting this error if I try authorization using the Swagger editor:

The redirect URI 'blob:///oauth2-redirect.html' specified in the request does not match the redirect URIs configured for the application

@Jenefer-Monroe
Copy link
Collaborator

The default Identity Providor for the custom connector changed to Generic Oauth 2, so likely what happened is that you authenticated to a bad connection. Unfortunately this isnt obvious and clean up isnt that easy.
image

I've outlined how to clean up from this here: issue 4961

@Jenefer-Monroe Jenefer-Monroe added duplicate This issue or pull request already exists question Further information is requested and removed bug Something isn't working labels Apr 9, 2023
@medicineshow
Copy link
Author

Ok that has fixed it thank you as always.

@Jenefer-Monroe
Copy link
Collaborator

You are so welcome! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coe-starter-kit CoE Starter Kit issues duplicate This issue or pull request already exists question Further information is requested
Projects
Archived in project
Development

No branches or pull requests

2 participants