You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* DOC-457 Cloud user auth MFA
* minor edit
* edits from review
* Change 2FA to MFA
* clarify QR code only on initial setup
* Update modules/security/pages/cloud-authentication.adoc
Co-authored-by: Kat Batuigas <[email protected]>
* Update modules/security/pages/cloud-authentication.adoc
Co-authored-by: Kat Batuigas <[email protected]>
---------
Co-authored-by: Kat Batuigas <[email protected]>
Copy file name to clipboardExpand all lines: modules/get-started/pages/whats-new-cloud.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ This page lists new features added to Redpanda Cloud.
8
8
9
9
== September 2025
10
10
11
+
=== Multi-factor authentication
12
+
13
+
Enable multi-factor authentication (MFA) to add an extra layer of security to your Redpanda Cloud account. After you enable MFA, you'll enter your credentials, then be prompted for a one-time code from your authenticator app when you log in. Administrators can also xref:security:cloud-authentication.adoc#multi-factor-authentication-mfa[enforce MFA] for all members of an organization.
14
+
11
15
=== Redpanda Cloud MCP Server: beta
12
16
13
17
Connect AI assistants like Claude directly to your Redpanda Cloud account with the new xref:ai-agents:mcp/local/overview.adoc[Redpanda Cloud MCP Server]. This local server provides AI tools for managing clusters, topics, and other cloud resources through natural language commands.
Copy file name to clipboardExpand all lines: modules/security/pages/cloud-authentication.adoc
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,12 +70,41 @@ Users with an email address with that realm (domain) can now access your Redpand
70
70
71
71
===== Tips for Integrating Entra ID
72
72
73
-
If users are repeatedly prompted for consent or cannot sign in:
73
+
If users are repeatedly prompted for consent or cannot log in:
74
74
75
75
* Ensure the app is configured as Web with the exact Redirect URI from Redpanda Cloud.
76
76
* Remove any extra API permissions (for example, `Microsoft Graph: User.Read`).
77
77
* Avoid adding non-standard claims or scopes.
78
78
79
+
=== Multi-factor authentication (MFA)
80
+
81
+
Improve account security by requiring a second verification step when logging in to Redpanda Cloud. Redpanda Cloud supports time-based one-time passwords (TOTP) using an authenticator app (for example, Google Authenticator, Microsoft Authenticator, 1Password). You can enable MFA for your own account, and organization administrators can enable MFA for all members of the organization.
82
+
83
+
During the initial MFA setup, after entering your login credentials, you're prompted to scan a QR code to get a TOTP code from an authenticator app. Enter that 6-digit code to access Redpanda Cloud. Subsequent logins also require entering a TOTP code, but you can choose to remember the device to skip the MFA prompt on that device for the next 30 days.
84
+
85
+
As part of the initial setup, you're also prompted to save a separate recovery code. Keep the recovery code offline and secure. You can use that recovery code to regain access to Redpanda Cloud, if necessary (for example, if your phone is lost).
86
+
87
+
==== Enable MFA (individual users)
88
+
89
+
Users can enable MFA for their own accounts.
90
+
91
+
. In the Cloud UI, select your profile avatar and choose *Manage user*.
92
+
. Open the *Security* tab.
93
+
. Click *Enable* to set up multi-factor authentication.
94
+
95
+
==== Enforce MFA (organization admins)
96
+
97
+
Administrators can require MFA for all users in an organization.
98
+
99
+
. In the Cloud UI, go to *Organization IAM*.
100
+
. Open the *MFA* tab.
101
+
. Click *Enable* to require MFA for all members of this organization.
102
+
103
+
==== Troubleshooting
104
+
105
+
* *New phone or lost access:* If you can't access your authenticator app, select to try another access method and enter your recovery code.
106
+
* *TOTP code not accepted:* Ensure the code hasn't expired and that your phone's time is set automatically; time drift can cause invalid codes.
107
+
* *Remembered device prompts again:* The 30-day trust is device- and browser-specific. Clearing cookies, switching browsers, or using a new device requires re-verification.
0 commit comments