Skip to content

signature_error in the Plug #14

@patric-vinicios

Description

@patric-vinicios

I configured my :keycloak like:
config :keycloak,
realm: "Test",
site: "http://localhot:8081",
client_id: "api1",
client_secret: "client_secret"

and my Plug like:

config :keycloak, Keycloak.Plug.VerifyToken,
hmac: "RSA256"

But when I send any request, it returns:

401 ->
{
"error": "signature_error"
}

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