cli
cli copied to clipboard
[CLI-2816] On-prem OAuth SSO support
Release Notes
Breaking Changes
- PLACEHOLDER
New Features
- Support on-premises SSO authentication with
confluent login
Bug Fixes
- PLACEHOLDER
Checklist
- [x] Leave this box unchecked if features are not yet available in production
What
Add support for on-premises SSO authentication when oidc.login.device.1.enabled is enabled.
When both SSO and LDAP are enabled (which is possible for on-prem), we should prefer SSO. So the current order of precedence is prompt flag > environment variables (SSO > LDAP) > LDAP (keychain > config > netrc) > SSO > LDAP (prompt).
References
Test & Review
Manual testing
Support on-premises SSO authentication with
confluent login
Would it make sense to say confluent login --url <sso-enabled-mds-url> in this release note? (Not sure on the specific terminology)