Refactoring of IdentityProvidersPage component tree to use functional components and adapt it to use React Router compatibility package.
Requirements:
IdentityProvidersPage needs to be refactored to be functional component
IdentityProvidersPage need to use react router hooks
IdentityProvidersPage mapStateToProps needs update on match props to use useParams hook
Router.tsx needs update to use CompatRoute with correct component IdentityProvidersPage rendered.