AAD Delegated Login fix Error: AADSTS500113: No reply address is registered for the application

Hallo zusammen,

Kürzlich hatte ich ein Problem mit einer Azure Active Directory Applikation beim interaktiven Login mit Delegated Permissions.

AADSTS500113: No reply address is registered for the application

Die Azure AD Authentication and authorization error codes haben mich auch nicht weiter gebracht

Die Lösung war eigentlich recht einfach.

In den Azure Active Directory Application –> Authentifizierung –> Plattformkonfiguration hinzufügen

Mobilgerät- und Desktopanwendungen auswählen

Dort die Umleitungs-URI’s aktivieren

https://login.microsoftonline.com/common/oauth2/nativeclient msal<AppID>://auth

Grüsse
Andres Bohren