-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support rfc 7523 #433
Comments
SmotrovaLilit
pushed a commit
to SmotrovaLilit/oauth2
that referenced
this issue
Oct 25, 2020
… flow It is implementation of rfc7523 JWT Profile for client authentication. See https://tools.ietf.org/html/rfc7523 See https://openid.net/specs/openid-connect-core-1_0.html Fixes golang#433
SmotrovaLilit
pushed a commit
to SmotrovaLilit/oauth2
that referenced
this issue
Oct 25, 2020
… flow It is implementation of rfc7523 JWT Profile for client authentication. See https://tools.ietf.org/html/rfc7523 See https://openid.net/specs/openid-connect-core-1_0.html Fixes golang#433
SmotrovaLilit
added a commit
to SmotrovaLilit/oauth2
that referenced
this issue
Oct 25, 2020
Implement JSON Web Token Profile for OAuth 2.0 Client Authentication in client credentials flow. See https://tools.ietf.org/html/rfc7523 See https://openid.net/specs/openid-connect-core-1_0.html Fixes golang#433
SmotrovaLilit
added a commit
to SmotrovaLilit/oauth2
that referenced
this issue
Oct 25, 2020
Implement JSON Web Token Profile for OAuth 2.0 Client Authentication in client credentials flow. See https://tools.ietf.org/html/rfc7523 See https://openid.net/specs/openid-connect-core-1_0.html Fixes golang#433
SmotrovaLilit
added a commit
to SmotrovaLilit/oauth2
that referenced
this issue
Oct 25, 2020
Implement JSON Web Token Profile for OAuth 2.0 Client Authentication in client credentials flow. See https://tools.ietf.org/html/rfc7523 See https://openid.net/specs/openid-connect-core-1_0.html Fixes golang#433
SmotrovaLilit
added a commit
to SmotrovaLilit/oauth2
that referenced
this issue
Oct 25, 2020
Implement JSON Web Token Profile for OAuth 2.0 Client Authentication in client credentials flow. See https://tools.ietf.org/html/rfc7523 See https://openid.net/specs/openid-connect-core-1_0.html Fixes golang#433
SmotrovaLilit
added a commit
to SmotrovaLilit/oauth2
that referenced
this issue
Oct 20, 2021
Implement JSON Web Token Profile for OAuth 2.0 Client Authentication in client credentials flow. See https://tools.ietf.org/html/rfc7523 See https://openid.net/specs/openid-connect-core-1_0.html Fixes golang#433
Any update on this? |
2 tasks
SmotrovaLilit
added a commit
to SmotrovaLilit/oauth2
that referenced
this issue
Nov 18, 2023
Implement JSON Web Token Profile for OAuth 2.0 Client Authentication in client credentials flow. See https://tools.ietf.org/html/rfc7523 See https://openid.net/specs/openid-connect-core-1_0.html Fixes golang#433
SmotrovaLilit
added a commit
to SmotrovaLilit/oauth2
that referenced
this issue
Nov 18, 2023
Implement JSON Web Token Profile for OAuth 2.0 Client Authentication in client credentials flow. See https://tools.ietf.org/html/rfc7523 See https://openid.net/specs/openid-connect-core-1_0.html Fixes golang#433
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current implementation client authentication with jwt is not supported rfc 7523 Client Authentication.
In https://github.com/golang/oauth2/blob/master/jwt/jwt.go token request likes as
In rfc 7523 https://tools.ietf.org/html/rfc7523#section-3 token request likes as:
Do you plan to implement rfc7523?
The text was updated successfully, but these errors were encountered: