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 resolving app identity, the matching logic does not consider URLs such as the ones shown below to be different. As its matching on URL path they appear the same.
Description
When resolving app identity, the matching logic does not consider URLs such as the ones shown below to be different. As its matching on URL path they appear the same.
http://mydomain?fdc=app1
http://mydomain?fdc=app2
Area of Issue