From 2bdf64f90d1760e456089032c01cfea54c50276f Mon Sep 17 00:00:00 2001 From: Andy Munro Date: Mon, 29 Mar 2021 14:02:44 -0400 Subject: [PATCH] minor correction --- server_admin/topics/identity-broker/social/openshift.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/server_admin/topics/identity-broker/social/openshift.adoc b/server_admin/topics/identity-broker/social/openshift.adoc index 77ad446e6d..0c41ad5275 100644 --- a/server_admin/topics/identity-broker/social/openshift.adoc +++ b/server_admin/topics/identity-broker/social/openshift.adoc @@ -24,7 +24,6 @@ redirectURIs: grantMethod: prompt <4> ') ---- -+ <1> The `name` of your OAuth client. Passed as `client_id` request parameter when making requests to `__/oauth/authorize` and `__/oauth/token`. <2> The `secret` {project_name} uses for the `client_secret` request parameter. <3> The `redirect_uri` parameter specified in requests to `__/oauth/authorize` and `__/oauth/token` must be equal to (or prefixed by) one of the URIs in `redirectURIs`. You can obtain this from the *Redirect URI* field in the Identity Provider screen