oidc-client-ts icon indicating copy to clipboard operation
oidc-client-ts copied to clipboard

Question: Is it possible to hook into, or add a hook to allow for further token validation

Open DizzyDeveloper opened this issue 11 months ago • 1 comments

I have a scenario where I need to validate the audience claim on the id token, is there away to add in a hook, or one be made available so that one could add additional token validation during on of the ResponseValidator steps? i.e. say add a event that could get execute in the _validateIdTokenAttributes function, so that I could do an additional validation check there?

DizzyDeveloper avatar Dec 05 '24 08:12 DizzyDeveloper