You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the cmdlet to update the ReplyUrls (for example): Update-AzADApplication -ObjectId "12345" -ReplyUrls "https://reply"
If an IdentifierUri was already set on the app, it will get removed after the above cmdlet is ran.