apache / apache/grails-core

Support for asymmetric algorithms such as RS256

Open
#15,903 4 comments 0 reactions 1 assignee Claimed by @jdaugherty View on GitHub
relates-to:spring-security
Dominant language
Groovy
Stars
2.9k
Forks
975
Avg merge
1d 22h
Merged PRs (30d)
92

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.