File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
articles/active-directory-b2c Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -234,12 +234,12 @@ The BIG-IP has required Azure AD B2C requests in its preconfigured request set.
234
234
235
235
| Parameter | Parameter name | Parameter value|
236
236
| ----| ---| ---|
237
- | client-id | client-id | N/A |
237
+ | client_id | client_id | N/A |
238
238
| nonce | nonce| N/A|
239
- | redirect-uri | redirect-uri | N/A|
239
+ | redirect_uri | redirect_uri | N/A|
240
240
| scope | scope | N/A|
241
- | response-type | response-type | N/A|
242
- | client-secret | client-secret | N/A |
241
+ | response_type | response_type | N/A|
242
+ | client_secret | client_secret | N/A |
243
243
| custom | grant_type | authorization_code |
244
244
245
245
** Auth redirect request: Enabled**
@@ -254,9 +254,9 @@ The BIG-IP has required Azure AD B2C requests in its preconfigured request set.
254
254
255
255
| Parameter | Parameter name | Parameter value|
256
256
| ---| ---| ----|
257
- | client-id | client-id | N/A|
258
- | redirect-uri | redirect-uri | N/A |
259
- | response-type | response-type | N/A |
257
+ | client_id | client_id | N/A|
258
+ | redirect_uri | redirect_uri | N/A |
259
+ | response_type | response_type | N/A |
260
260
| scope | scope | N/A|
261
261
| nonce | nonce | N/A|
262
262
You can’t perform that action at this time.
0 commit comments