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

OSDOCS#15974: Removing unused assemblies (Control plane pod)

This commit is contained in:
Andrea Hoffer
2025-08-28 10:23:36 -04:00
parent 62ed2e481c
commit 4499a94aca
39 changed files with 0 additions and 1149 deletions

View File

@@ -1,19 +0,0 @@
:_mod-docs-content-type: ASSEMBLY
[id="configuring-ldap-failover"]
= Configuring LDAP failover
include::_attributes/common-attributes.adoc[]
:context: sssd-ldap-failover
toc::[]
include::modules/ldap-failover-overview.adoc[]
include::modules/ldap-failover-prereqs.adoc[leveloffset=+1]
include::modules/ldap-failover-generate-certs.adoc[leveloffset=+1]
include::modules/ldap-failover-configure-sssd.adoc[leveloffset=+1]
include::modules/ldap-failover-configure-apache.adoc[leveloffset=+1]
include::modules/ldap-failover-configure-openshift.adoc[leveloffset=+1]

View File

@@ -1,39 +0,0 @@
:_mod-docs-content-type: ASSEMBLY
[id="understanding-identity-provider"]
= Understanding identity provider configuration
include::_attributes/common-attributes.adoc[]
:context: understanding-identity-provider
toc::[]
include::modules/identity-provider-parameters.adoc[leveloffset=+1]
[id="supported-identity-providers"]
== Supported identity providers
You can configure the following types of identity providers:
[cols="2a,8a",options="header"]
|===
|Identity provider
|Description
|xref:../authentication/identity_providers/configuring-ldap-identity-provider.adoc#configuring-ldap-identity-provider[LDAP]
|Configure the `ldap` identity provider to validate user names and passwords
against an LDAPv3 server, using simple bind authentication.
|xref:../authentication/identity_providers/configuring-github-identity-provider.adoc#configuring-github-identity-provider[GitHub or GitHub Enterprise]
|Configure a `github` identity provider to validate user names and passwords
against GitHub or GitHub Enterprise's OAuth authentication server.
|xref:../authentication/identity_providers/configuring-google-identity-provider.adoc#configuring-google-identity-provider[Google]
|Configure a `google` identity provider using
link:https://developers.google.com/identity/protocols/OpenIDConnect[Google's OpenID Connect integration].
|xref:../authentication/identity_providers/configuring-oidc-identity-provider.adoc#configuring-oidc-identity-provider[OpenID Connect]
|Configure an `oidc` identity provider to integrate with an OpenID Connect
identity provider using an
link:http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth[Authorization Code Flow].
|===