Version
14.1.3
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
this.oidcSecurityService
.checkAuth()
.subscribe((response: LoginResponse): void -
Steps to reproduce the behavior
Changed the id_token_signing_alg_values_supported from RS256 to RS512.
A clear and concise description of what you expected to happen.
While Authorize using Angular-auth-oidc-client, the new token/certificate generated using alg -RS512 for signing instead of RS256 which is causing this DataError. As I understand by default Angular-auth-oidc-client support SHA256. What need to be done to fix this issue?
Additional context
No response