79433453

Date: 2025-02-12 14:40:52
Score: 1.5
Natty:
Report link

I've found the solution at https://github.com/authts/oidc-client-ts/issues/1650.

There is a parameter which can be set in the UserManagerSettings:

const settings: UserManagerSettings = {
    authority: ...,
    client_id: ...,
    redirect_uri: ..., 
    revokeTokenAdditionalContentTypes: ['text/plain; charset=utf-8'],
};
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Annosz