Skip to content

Commit

Permalink
chore: Update FoDSessionLogoutCommand (resolves #422)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 11, 2023
1 parent 7d6942f commit 840a253
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ public class FoDSessionLogoutCommand extends AbstractSessionLogoutCommand<FoDSes

@Override
protected void logout(String sessionName, FoDSessionDescriptor sessionDescriptor) {
// TODO Can we revoke a previously generated FoD token?
// FoD provides an undocumented /oauth/retireToken endpoint that we could potentially
// call here. However, it's not documented and FoD dev stated that it's not necessary
// to explicitly retire tokens as they expire in 6 hours anyway. See the following issue
// for more information: https://github.com/fortify/fcli/issues/422
}
}

0 comments on commit 840a253

Please sign in to comment.