oauth2: support client assertion in client_credentials#745
Conversation
|
This PR (HEAD: e9b2eb7) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/oauth2/+/620015. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/620015. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/620015. |
|
Message from Jesse Haka: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/620015. |
|
Message from Jesse Haka: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/620015. |
|
Message from Sean Liao: Patch Set 5: Hold+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/620015. |
|
Message from Chance Zibolski: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/620015. |
|
Message from Chance Zibolski: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/620015. |
|
Message from Sean Liao: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/620015. |
This PR will add client assertion support for
client_credentials.Like mentioned in #744 this library is missing client_assertion
support, which is kind of important feature nowadays as people does
not want to use static credentials.