This app contains more than one service with path oauth/v2: MicrosoftGraph.PRS_Azure, OIDC.oauth2. 9.24.2

1
I’m trying to use OIDC and Microsoft Graph Modules in 9.24.2 and I face this error. "This app contains more than one service with path 'oauth/v2': 'MicrosoftGraph.PRS_Azure', 'OIDC.oauth2'." I used them together in version 9.18.3, and I didn’t face the same issue. Any advice on how to solve this?
asked
1 answers
0

Hi Mohamed,

 

Apparently both modules want to publish an API to serve redirects for login purposes. You could try to change the URL in the ‘PRS’ documents (Published REST Service). Maybe the Microsoft Graph module already has login functionality in it?

 

Hopefully this helps you in the right direction.

Johan

answered