feat: token exchange in op (rfc 6749)
This commit is contained in:
parent
205f2c4a30
commit
42a965796b
7 changed files with 513 additions and 16 deletions
|
@ -21,6 +21,8 @@ type Exchanger interface {
|
|||
GrantTypeTokenExchangeSupported() bool
|
||||
GrantTypeJWTAuthorizationSupported() bool
|
||||
GrantTypeClientCredentialsSupported() bool
|
||||
AccessTokenVerifier() AccessTokenVerifier
|
||||
IDTokenHintVerifier() IDTokenHintVerifier
|
||||
}
|
||||
|
||||
func tokenHandler(exchanger Exchanger) func(w http.ResponseWriter, r *http.Request) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue