@luigi-project/plugin-auth-oidc 2.14.2-dev.202407250027 → 2.14.2-dev.202407260027

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,7 @@ Luigi.setConfig({
63
63
  ```
64
64
 
65
65
  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,
66
- 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`.
66
+ 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`.
67
67
 
68
68
  Next, you must install `oidc-client` in your project as a dev dependency:
69
69
 
package/package.json CHANGED
@@ -17,5 +17,5 @@
17
17
  "openid connect",
18
18
  "provider"
19
19
  ],
20
- "version": "2.14.2-dev.202407250027"
20
+ "version": "2.14.2-dev.202407260027"
21
21
  }