Skip to content

Commit bf4277e

Browse files
committed
verbiage
1 parent 757c2a7 commit bf4277e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/modules/ROOT/pages/operations/browser-sso.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,4 @@ Example for Browser: +
151151
// |`idp_id` | `idp_id=<idp_id>` | `idp_id=keycloak-oidc` | The user arrives with a URL param named idp_id, mapped to the information in the discovery data to figure out how to proceed.
152152
// |===
153153

154-
For convenience you can use the `sso_redirect=<idp_id>` url parameter to automatically trigger the SSO flow without needing to click the
155-
"Login with SSO" button in the Browser UI.
154+
For convenience, the `sso_redirect=<idp_id>` URL parameter can be used to automatically trigger the SSO flow without needing to click the "Login with SSO" button in the Browser UI.

docs/modules/ROOT/pages/operations/browser-url-parameters.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ http://localhost:7474/browser?preselectAuthMethod=[NATIVE]|[SSO]|[NO_AUTH]
5151
** `[SSO]` lets you sign in using SSO.
5252
** `[NO_AUTH]` means that no authorization is required.
5353

54-
You can automatically redirect to an SSO provider, as if a user clicked the corresponding SSO button in the UI with the `sso_redirect` url parameter.
54+
Additionally, it is also possible to automatically redirect to an SSO provider, as if a user clicked the corresponding SSO button in the UI with the `sso_redirect` url parameter.
5555

5656
The syntax is:
5757

@@ -60,7 +60,8 @@ The syntax is:
6060
http://localhost:7474/browser?sso_redirect=<idp_id>
6161
----
6262

63-
Where the `idp_id` is the `id` of the SSO provider. To ensure Browser finds the correct SSO providers, it's recommended you also pass the `connectURL`.
63+
The `idp_id` in the example is the `id` of the SSO provider.
64+
To ensure Browser finds the correct SSO providers, it's recommended to also pass the `connectURL`.
6465

6566

6667
== Pre-populate the editor

0 commit comments

Comments
 (0)