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 "check permissions" dialog on a trusted user (returned by EntraCP), a hang may happen in EntraCP while retrieving the group membership.
This causes a hang on the whole web application which prevents the people picker to work.
The only solution is to recycle the web application pool.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When using the "check permissions" dialog on a trusted user (returned by EntraCP), a hang may happen in EntraCP while retrieving the group membership.
This causes a hang on the whole web application which prevents the people picker to work.
The only solution is to recycle the web application pool.
The hang happens because this async call somehow never returns: https://github.com/Yvand/EntraCP/blob/0d757ffa41d6e444ede6ef42863519b5e56b2de3/Yvand.EntraCP/Yvand.EntraClaimsProvider/EntraIDEntityProvider.cs#L42C34-L42C65
The text was updated successfully, but these errors were encountered: