minor correction

This commit is contained in:
Andy Munro 2021-03-29 14:02:44 -04:00 committed by Marek Posolda
parent 9e66b97faf
commit 2bdf64f90d

View file

@ -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 `_<openshift_master>_/oauth/authorize` and `_<openshift_master>_/oauth/token`.
<2> The `secret` {project_name} uses for the `client_secret` request parameter.
<3> The `redirect_uri` parameter specified in requests to `_<openshift_master>_/oauth/authorize` and `_<openshift_master>_/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