Implementation of sso-cloud commands#2046
Merged
Merged
Conversation
There was a problem hiding this comment.
An organization admin can view or raise the cap at claude.ai/admin-settings/claude-code. The cap resets at the start of the next billing period.
Once the cap resets or is raised, push a new commit or reopen this pull request to trigger a review.
* Implement SSO Cloud Command * Fix cloud create bug * Add different steps for different IDPs * Add guide command and fix download upload azure idp issues * Refactor sso cloud code * Fix for review comments * Update copyright mark with correct mail ID * Update logo in init file * Fix review comments * Fix review comment * Update minor ui fixes * fix json issue
e7f38eb to
e20509f
Compare
jlima8900
added a commit
to jlima8900/Commander
that referenced
this pull request
May 14, 2026
… (current) Forward-looking plan for the SSO portion of a tenant migration. Covers two scenarios: Path A — when Keeper-Security#2046 merges and the `sso-cloud` (alias `sso`) command group becomes available in Commander, the customer admin gets CLI surface for IdP metadata upload/download, SP-metadata distribution, configuration validation, and SSO log inspection. The plan documents the exact sequence: download SP metadata on target → IdP admin imports → IdP admin exports their metadata → upload to target with --force-authn → validate → run migration users phase → enforce SSO → decommission source. 12 subcommands documented. Path B — current state, where SSO repointing stays a Web Vault + IdP-admin operation per CUSTOMER_REQUIREMENTS.md § 1.4. No change. Also documents the decision points for flipping Path B → Path A (PR merge state + Commander version compatibility + whether customer uses Keeper SSO Cloud Connect vs. on-prem SSO Connect), plus a forward-looking checklist for migration-tool doc updates once Keeper-Security#2046 merges. No code changes — pure documentation. The migration tool's `users` phase and `sso-cloud` commands are independent; they compose in the operator's runbook.
sk-keeper
pushed a commit
that referenced
this pull request
May 14, 2026
* Implement SSO Cloud Command * Fix cloud create bug * Add different steps for different IDPs * Add guide command and fix download upload azure idp issues * Refactor sso cloud code * Fix for review comments * Update copyright mark with correct mail ID * Update logo in init file * Fix review comments * Fix review comment * Update minor ui fixes * fix json issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements a new
sso-cloud (sso)command group that allows configuring SSO Cloud Connect from CommanderKey Changes
sso-cloudcommand group with 12 subcommands:create,get,guide,list,config-list,upload,download,set,validate,delete,log,log-clear--force-authnflagsso-cloud guidecommand that renders IdP-specific step-by-step setup instructions with actual SP endpoint values inline, Commander commands and portal navigation stepscreateandgetfor automation and integrations