Skip to content

[Bug]: DataError: The JWK "alg" member was inconsistent with that specified by the Web Crypto call - OidcSecurityService.checkAuth() #2117

@ParulRuchi

Description

@ParulRuchi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions