1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/modules/oauth-server-overview.adoc
Janelle Neczypor cd057fe1b9 OSDOCS-14108
2025-07-24 16:42:31 -07:00

19 lines
651 B
Plaintext

// Module included in the following assemblies:
//
// * authentication/understanding-authentication.adoc
// * authentication/configuring-internal-oauth.adoc
[id="oauth-server-overview_{context}"]
= {product-title} OAuth server
The {product-title} Control Plane includes a built-in OAuth server. Users obtain OAuth
access tokens to authenticate themselves to the API.
When a person requests a new OAuth token, the OAuth server uses the configured
identity provider
to determine the identity of the person making the request.
It then determines what user that identity maps to, creates an access token for
that user, and returns the token for use.