Add support for disable account disable handler in identity.xml.j2#14225
Add support for disable account disable handler in identity.xml.j2#14225manodyaSenevirathne wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughTemplates in four product distribution modules now conditionally emit a DisableAccountDisableHandler XML element inside AuthenticationPolicy when authentication_policy.disable_account_disable_handler is defined. Additionally, four module pom.xml files bump carbon.identity.event.handler.account.lock.version from 1.11.0 to 1.11.1. ChangesIdentity Authentication Policy Configuration Update
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This pull request introduces a new configuration option to the
identity.xml.j2template, allowing theDisableAccountDisableHandlersetting to be specified if defined in the authentication policy.Usage
In
deployment.toml,Merge after following PR