From 901b6ddbe08d7f2b3d28f44de28f85da43af0af8 Mon Sep 17 00:00:00 2001 From: Donghoon Shin Date: Wed, 29 Jan 2020 15:18:41 +0900 Subject: [PATCH] Fix typo (ODIC -> OIDC) Signed-off-by: Donghoon Shin --- docs/administration/configure-authentication/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/configure-authentication/_index.md b/docs/administration/configure-authentication/_index.md index e002c3c1d..161b748ee 100644 --- a/docs/administration/configure-authentication/_index.md +++ b/docs/administration/configure-authentication/_index.md @@ -11,6 +11,6 @@ If you create user accounts in the Harbor database, Harbor is locked in database - [Database Authentication](db-auth.md): You create and manage user accounts directly in Harbor. The user accounts are stored in the Harbor database. - [LDAP/Active Directory Authentication](ldap-auth.md): You connect Harbor to an external LDAP/Active Directory server. The user accounts are created and managed by your LDAP/AD provider. -- [OIDC Provider Authentication](oidc-auth.md): You connect Harbor to an external OIDC provider. The user accounts are created and managed by your ODIC provider. +- [OIDC Provider Authentication](oidc-auth.md): You connect Harbor to an external OIDC provider. The user accounts are created and managed by your OIDC provider. The Harbor interface offers an option to configure UAA authentication. This authentication mode is not recommended and is not documented in this guide.