1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS#12643: Docs for BYO OIDC auth provider

This commit is contained in:
Andrea Hoffer
2025-04-17 14:45:50 -04:00
committed by openshift-cherrypick-robot
parent 2f6f898011
commit 5560e64c61
8 changed files with 428 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
:_mod-docs-content-type: ASSEMBLY
[id="external-auth"]
= Enabling direct authentication with an external OIDC identity provider
include::_attributes/common-attributes.adoc[]
:context: external-auth
toc::[]
While the built-in OpenShift OAuth server supports integration with a variety of identity providers, including external OpenID Connect (OIDC) identity providers, it is limited to the capabilities of the OAuth server itself. You can configure {product-title} to use an external OIDC identity provider directly to issue tokens for authentication, which replaces the built-in OpenShift OAuth server.
:FeatureName: Direct authentication with an OIDC identity provider
include::snippets/technology-preview.adoc[]
// About direct authentication with an external OIDC identity provider
include::modules/external-auth-about.adoc[leveloffset=+1]
// Direct authentication identity providers
include::modules/external-auth-providers.adoc[leveloffset=+2]
// Configuring an external OIDC identity provider for direct authentication
include::modules/external-auth-configuring.adoc[leveloffset=+1]
// OIDC provider configuration parameters
include::modules/external-auth-fields.adoc[leveloffset=+2]
// Disabling direct authentication
include::modules/external-auth-disabling.adoc[leveloffset=+1]