Skip to content

Commit 5c52eb5

Browse files
docs: update token endpoint due to sso migration (#545)
1 parent 5b4bc6e commit 5c52eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rhoas/rhoas-service-contexts/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ SERVICE_REGISTRY_COMPAT_PATH=/apis/ccompat/v6
304304
## Authentication Configuration
305305
RHOAS_CLIENT_ID=srvc-acct-14295e3c-f72d-4bae-876c-3172a96eb7eb
306306
RHOAS_CLIENT_SECRET=5c3a20e0-d946-4edf-94d2-35db41f3b2ad
307-
RHOAS_OAUTH_TOKEN_URL=https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token
307+
RHOAS_OAUTH_TOKEN_URL=https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
308308
----
309309
+
310310
As shown in the example, the file that you generate contains the endpoints for your service instances, and the credentials required to connect to those instances. The CLI automatically created a service account (under the environment variable name `RHOAS_CLIENT_ID`) that client applications can use to authenticate with the Kafka and {registry} instances.

0 commit comments

Comments
 (0)