1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/oauth-server-overview.adoc
2025-10-30 04:59:21 +00:00

19 lines
685 B
Plaintext

// Module included in the following assemblies:
//
// * authentication/understanding-authentication.adoc
// * authentication/configuring-internal-oauth.adoc
:_mod-docs-content-type: REFERENCE
[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.