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
Copy file name to clipboardExpand all lines: docs/guide/authentication.md
+11-18Lines changed: 11 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,11 @@ For Account Manager operations that require user-level roles (organization and A
60
60
-**Display Name**: A descriptive name (e.g., "B2C CLI")
61
61
-**Password**: A strong client secret (save this securely for Client Credentials auth)
62
62
5. Configure the **Token Endpoint Auth Method**:
63
-
-`client_secret_post` for client credentials flow
63
+
-`client_secret_basic` for client credentials flow
64
+
65
+
::: warning
66
+
The B2C CLI only supports `client_secret_basic` for the Token Endpoint Auth Method. `client_secret_post` and `private_key_jwt` are not currently supported.
67
+
:::
64
68
65
69
### Assigning Roles
66
70
@@ -91,7 +95,7 @@ In Account Manager, navigate to your user account and add roles. Note that some
91
95
92
96
### Configuring Scopes
93
97
94
-
Under **Allowed Scopes**, add the following scopes based on your needs:
98
+
Under **Default Scopes**, add the following scopes based on your needs:
0 commit comments