Skip to main content
Question

Invalid authorization URL in MS Teams integration

  • November 3, 2025
  • 2 replies
  • 26 views

sdmunoz
Forum|alt.badge.img

Hello, everyone,

I’m new to Google SecOps; and currently following this guide: https://cloud.google.com/chronicle/docs/soar/marketplace-integrations/microsoft-teams.

Got stuck in steps 10-11 of the configuring part: the authorization link generated by running the “Get Authorization” action appears as

Invalid URL Address - https://login.microsoftonline.com/*tenant-id*/oauth2/v2.0/authorize?client_id=*application-(client)-id*&redirect_uri=http://localhost/&response_type=code&response_mode=query&scope=https://graph.microsoft.com/.default

, without any “code” parameters.

And after going to that URL I got this message in the M365 login screen:

AADSTS500113: No reply address is registered for the application.

Am I misconfiguring any parameters in the instance (Default Login API Root and API Root)?

2 replies

chrisproudley
Staff
Forum|alt.badge.img+4
  • Staff
  • 11 replies
  • November 5, 2025

Hi ​@sdmunoz, ‘AADSTS500113: No reply address is registered for the application’ is related to this step in our instructions:

Click New Registration and provide:

  • a name for the Teams app
  • a Redirect URI: "https://localhost"

What path did you configure in Azure Active Director > App registrations? For example:

 

 


sdmunoz
Forum|alt.badge.img
  • Author
  • New Member
  • 1 reply
  • November 5, 2025

Thank you for replying!

I registered ‘https://localhost’ as the redirect URI; just as shown in the guide, without any specific ports or paths