minor correction
This commit is contained in:
parent
9e66b97faf
commit
2bdf64f90d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue