I am following the guidance
https://docs.microsoft.com/zh-cn/graph/auth-v2-user
to build an application on azure portal and want to login by oauth2.0
When I give call the api below
https://login.microsoftonline.com/1cbf21dd-dd16-497b-9ce7-463a197d3f05/oauth2/v2.0/authorize?
client_id=0e1f447e-e88b-454c-9eab-05464f01de21
&response_type=code
&redirect_uri=https://login.microsoftonline.com/common/oauth2/nativeclient
&response_mode=query
&scope=offline_access%20user.read%20mail.read%20Directory.ReadWrite.All%20Group.ReadWrite.All%20ChannelMessage.Read.All
&state=12345
It always shows AADSTS500113: No reply address is registered for the application.
Did I miss some setups on the azure application configuration ?
