grails-spring-security-core icon indicating copy to clipboard operation
grails-spring-security-core copied to clipboard

Support for asymmetric algorithms such as RS256

Open nathandunn opened this issue 4 years ago • 4 comments

I tried to change the get algorithm to RS256 to match the client.

    plugin:
        springsecurity:
            rest:
                token:
                    generation:
                        jwt:
                            algorithm: "RS256"

However, it JwtService only seems to return HS256. Possibly a misconfiguration.

nathandunn avatar Feb 25 '21 04:02 nathandunn