feat(idp): wire trust_email_assertions through Create/Update API (WS5)#416
Conversation
…sponse PR #412 added the trust_email_assertions flag + SCIM AutoLinkByEmail account-takeover gate, but the flag had no Create/Update RPC field — operators could only set it via a raw event. With the sdk proto field (manchtools/power-manage-sdk#98), map req.Msg.TrustEmailAssertions into the IdentityProviderCreated/Updated events and return it on the IdentityProvider response, so it is settable + visible via the API/UI. Default false (secure). Bumps sdk to the proto field. Closes the WS5 trust_email follow-up.
|
Warning Review limit reached
More reviews will be available in 21 minutes and 6 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
✨ 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 |
Completes the WS5
trust_email_assertionsopt-in: PR #412 added the flag + the SCIM AutoLinkByEmail account-takeover gate, but the flag had no Create/Update RPC field (settable only via a raw event). With the sdk proto field (manchtools/power-manage-sdk#98), this mapsreq.Msg.TrustEmailAssertionsinto the IdentityProviderCreated/Updated events and returns it on theIdentityProviderresponse — so operators can enable it via API/UI. Default false (secure).Bumps sdk to the proto field. Test: create-with-flag / read-back / update-off / default-false round-trip. Closes #415.