diff --git a/plugins/auth/public/auth-oidc-pkce/README.md b/plugins/auth/public/auth-oidc-pkce/README.md index 3a427c010b..2af0b3548b 100644 --- a/plugins/auth/public/auth-oidc-pkce/README.md +++ b/plugins/auth/public/auth-oidc-pkce/README.md @@ -60,7 +60,7 @@ Luigi.setConfig({ ``` If you want to use the silent token renewal feature, the `silent-callback.html` needs to be copied to a folder in your Luigi Core installation, -which is the return path for the IdP provider, configured through the `redirect_uri` setting. The default location of `redirect_uri` is `/assets/auth-oidc-pkce/silent-callback.html`. +which is the return path for the IdP provider, configured through the `silent_redirect_uri` setting. The default location of `silent_redirect_uri` is `/assets/auth-oidc-pkce/silent-callback.html`. Next, you must install `oidc-client-ts` in your project as a dev dependency: diff --git a/plugins/auth/public/auth-oidc/README.md b/plugins/auth/public/auth-oidc/README.md index e80f2a14b6..d6413b60d0 100644 --- a/plugins/auth/public/auth-oidc/README.md +++ b/plugins/auth/public/auth-oidc/README.md @@ -63,7 +63,7 @@ Luigi.setConfig({ ``` If you want to use the silent token renewal feature, the `silent-callback.html` needs to be copied to a folder in your Luigi Core installation, -which is the return path for the IdP provider, configured through the `redirect_uri` setting. The default location of `redirect_uri` is `/assets/auth-oidc/silent-callback.html`. +which is the return path for the IdP provider, configured through the `silent_redirect_uri` setting. The default location of `silent_redirect_uri` is `/assets/auth-oidc/silent-callback.html`. Next, you must install `oidc-client` in your project as a dev dependency: