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
string homeAccountId = clientInfo?.ToAccountIdentifier()??idToken?.Subject??requestParams.Account.HomeAccountId.Identifier;// ADFS does not have client info, so we use subject
50
+
string homeAccountId = clientInfo?.ToAccountIdentifier()??idToken?.Subject??requestParams.Account?.HomeAccountId?.Identifier;// ADFS does not have client info, so we use subject
0 commit comments