Default OAuth clients
Red Hat OpenShift Container Platform automatically creates OAuth clients for browser-based logins, CLI authentication, and challenge-based authentication when the API starts.
The following OAuth clients are created:
| OAuth client | Usage |
|---|---|
|
Requests tokens at |
|
Requests tokens with a user-agent that can handle |
|
Requests tokens by using a local HTTP server fetching an authorization code grant. |
where:
<namespace_route>-
Specifies the namespace route. Find this value by running the following command:
$ oc get route oauth-openshift -n openshift-authentication -o json | jq .spec.host