diff --git a/docs/content/docs/plugins/oidc-provider.mdx b/docs/content/docs/plugins/oidc-provider.mdx index d604645eac..d8e6d243c4 100644 --- a/docs/content/docs/plugins/oidc-provider.mdx +++ b/docs/content/docs/plugins/oidc-provider.mdx @@ -85,7 +85,7 @@ Once installed, you can utilize the OIDC Provider to manage authentication flows ### Register a New Client -To register a new OIDC client, you can use the `oauth2.register` method on either the client or server. +To register a new OIDC client, use the `oauth2.register` method on the client or `auth.api.registerOAuthApplication` on the server.