Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ If you are configuring RH-SSO with {OPENSHIFT}, enter the URL that is exposed by
After you create a new client, its *Access Type* is set to `public` by default. Change it to `confidential`.
+
The RH-SSO server is now configured with a realm with a client for {CENTRAL} applications and running and listening for HTTP connections at [parameter]``localhost:8180``. This realm provides different users, roles, and sessions for {CENTRAL} applications.
+
[NOTE]
====
The RH-SSO server client uses one URL to a single {URL_COMPONENT_CENTRAL} deployment. The following error message might be displayed if there are two or more deployment configurations:
"We are sorry... `Invalid parameter: redirect_uri`"
To resolve this error, append `/*` to the *Valid Redirect URIs* field in the client configuration. On the *Configure* page, go to *Clients* > *kie* > *Settings*, and append the *Valid Redirect URIs* field with `/*`, for example:
----
http://localhost:8080/business-central/*
----
====
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ If you are configuring RH-SSO with {OPENSHIFT}, enter the URL that is exposed by
+
. The new client *Access Type* is set to `public` by default. Change it to `confidential` and click *Save* again.
. Navigate to the *Credentials* tab and copy the secret key. The secret key is required to configure the `kie-execution-server` client.
+
[NOTE]
====
The RH-SSO server client uses one URL to a single {KIE_SERVER} deployment. The following error message might be displayed if there are two or more deployment configurations:
"We are sorry... `Invalid parameter: redirect_uri`"
To resolve this error, you must append `/*` to the *Valid Redirect URIs* field in the client configuration. On the *Configure* page, go to *Clients* > *kie-execution-server* > *Settings*, and append the *Valid Redirect URIs* field with `/*`, for example:
----
http://localhost:8080/kie-server/*
----
====
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,16 @@ At this point, all users authenticated through the RH-SSO server can clone inter
----
git clone ssh://USER_NAME@localhost:8001/system
----
+
[NOTE]
====
The RH-SSO server client uses one URL to a single remote service deployment. The following error message might be displayed if there are two or more deployment configurations:

"We are sorry... `Invalid parameter: redirect_uri`"

To resolve this error, you must append `/*` to the *Valid Redirect URIs* field in the client configuration. On the *Configure* page, go to *Clients* > *kie-git* > *Settings*, and append the *Valid Redirect URIs* field with `/*`, for example:

----
http://localhost:8080/remote-system/*
----
====