Fix typo (ODIC -> OIDC)

Signed-off-by: Donghoon Shin <dhs.shine@gmail.com>
This commit is contained in:
Donghoon Shin 2020-01-29 15:18:41 +09:00
parent c10c04c5f7
commit 901b6ddbe0
1 changed files with 1 additions and 1 deletions

View File

@ -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.