Skip to content

Commit

Permalink
Wrong docu silent_redirect_uri instead redirect_uri (#3832)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Jul 25, 2024
1 parent 1cab4fb commit 47e51e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oidc-pkce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oidc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 47e51e5

Please sign in to comment.