Skip to content

Commit 7eb3fd4

Browse files
authored
Merge pull request #421 from aldbr/main_FIX_revoke-endpoint
fix(oidc): revoke only refresh token
2 parents 5e644e6 + 209c4ec commit 7eb3fd4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/diracx-web-components/src/components/OIDC/OIDCProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export function OIDCProvider({ children }: OIDCProviderProps) {
3636
client_id: "myDIRACClientID",
3737
scope: scope,
3838
redirect_uri: `${originUri}/#authentication-callback`,
39+
logout_tokens_to_invalidate: ["refresh_token"],
3940
});
4041
}
4142
}, [diracxUrl, configuration, setConfiguration]);

0 commit comments

Comments
 (0)