Skip to content

Commit

Permalink
Add info about direct B2B organization login configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Dec 15, 2024
1 parent 562d461 commit 4032ff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1065,8 +1065,9 @@ This table shows the extended attributes provided by the `Config` interface.
| Method | Required/Optional | Type | Default Value | Description |
|----------------------|-------------------|-----------------------|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `callOnlyOnRedirect` | Optional | `boolean` | `false` | Makes sure that this function is executed only after being redirected from the Single-Sign-On page. This will be useful to send a token request after the user authenticates themself with the server. |
| `fidp` | Optional | `string` | "" | The `fidp` parameter that can be used to redirect a user directly to an IdP's sign-in page. |
| `fidp` | Optional | `string` | "" | The `fidp` parameter that can be used to redirect a user directly to an IdP's sign-in page. |
| `forceInit` | Optional | `boolean` | `false` | Forces obtaining the OIDC endpoints from the `.well-known` endpoint. A request to this endpoint is not sent if a request has already been sent. This forces a request. |
| `org` | Optional | `string` | "" | To apply this, the `fidp` parameter must be set to `organizationSSO`. When configured, users will be directly navigated to the login page of the B2B organization without needing to enter the organization's name manually. |
| key: `string` | Optional | `string` \| `boolean` | "" | Any key-value pair to be appended as path parameters to the authorization URL. |

### OIDCEndpoints
Expand Down

0 comments on commit 4032ff9

Please sign in to comment.