ContainerImage.Pinniped/pkg/oidcclient
Matt Moyer fde56164cd
Add a `redirectURI` parameter to ExchangeAuthcodeAndValidateTokens() method.
We missed this in the original interface specification, but the `grant_type=authorization_code` requires it, per RFC6749 (https://tools.ietf.org/html/rfc6749#section-4.1.3).

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-12-02 15:55:33 -06:00
..
filesession Move OIDC Token structs into a new `oidctypes` package. 2020-11-30 17:02:03 -06:00
nonce Move `./internal/oidcclient` to `./pkg/oidcclient`. 2020-11-17 14:53:32 -06:00
oidctypes Move OIDC Token structs into a new `oidctypes` package. 2020-11-30 17:02:03 -06:00
pkce Move `./internal/oidcclient` to `./pkg/oidcclient`. 2020-11-17 14:53:32 -06:00
state Move `./internal/oidcclient` to `./pkg/oidcclient`. 2020-11-17 14:53:32 -06:00
login.go Add a `redirectURI` parameter to ExchangeAuthcodeAndValidateTokens() method. 2020-12-02 15:55:33 -06:00
login_test.go Add a `redirectURI` parameter to ExchangeAuthcodeAndValidateTokens() method. 2020-12-02 15:55:33 -06:00