JanssenProject / JanssenProject/jans
Support JWT Bearer Flow
Open
comp-jans-auth-server
needs-triage
- Dominant language
- Java
- Stars
- 648
- Forks
- 174
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 110
Description
_nynymike commented on Sep 30, 2019_
Currently there are four ways to authenticate a client: basic, form, jwt (with client creds), and jwt (private key). The idea here is to add a fifth mechanism where the client presents an OAuth token, possible from a trusted external AS.
This is described in [RFC-7523](https://tools.ietf.org/html/rfc7523)
Contributor guide
Assessment
This issue has not been assessed yet.