oidc-client-ts
oidc-client-ts copied to clipboard
Question: Is it possible to hook into, or add a hook to allow for further token validation
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?