- Issue created by @keithlee_giai
- π―π΄Jordan mahdiwadi
Dear keithkhl,
Thank you for bringing these issues to my attention. I will review the problems with the redirect loop and uninstallation errors and work on resolving both as soon as possible. I appreciate your patience while I address them.
Hello,
I had a similar issue because /oauth/login page was cached.
I fixed the issue by adding no_cache: 'TRUE' in the routing file.Also I had issues with config import/export due to bad config names.
I changed them like this :- azure_oauth_sso_config.settings -> azure_oauth_sso.settings
- azure_oauth_sso_fields_mapping.settings -> azure_oauth_sso.fields_mapping
- azure_oauth_sso_roles_mapping.settings -> azure_oauth_sso.roles_mapping
Please find corrections in azure_oauth_sso-normalize-config-paths.patch patch.
eyad alanati β made their first commit to this issueβs fork.
- π±π§Lebanon jana_najdi01
i was facing the infinite redirect problem and no_cache: 'TRUE' only solved my problem
thank you - πΊπΈUnited States ahmadhalah
Thank you, @fte. I will reapply the same patch, updating the filename to comply with the Drupal patch naming convention.
- 5e0d58f6 committed on 1.0.x
Issue #3481416 by eyad alanati, fte, ahmadhalah, keithlee_giai,...
- 5e0d58f6 committed on 1.0.x